Skip to content

Commit

Permalink
online fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshijiang committed Mar 15, 2024
1 parent 5e0e356 commit b2939b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airdrop/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __str__(self):
return self.name

def get_invite_member_numbers(self):
return AirdropUser.objects.filter(uuid=self.uuid).count()
return AirdropUser.objects.filter(invite_me_uuid=self.uuid).count()

def as_dict(self):
return {
Expand Down

0 comments on commit b2939b5

Please sign in to comment.