Skip to content

Commit

Permalink
fixed field typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Aug 26, 2024
1 parent e26ca71 commit faacb84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion prizetap/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class Meta:
"twitter_url",
"email_url",
"telegram_url",
"image_url",
"image",
"prize_amount",
"prize_asset",
"prize_name",
Expand Down
8 changes: 4 additions & 4 deletions tokenTap/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class Meta:
"twitter_url",
"email_url",
"telegram_url",
"image_url",
"token_image_url",
"image",
"token_image",
"token",
"token_address",
"decimals",
Expand Down Expand Up @@ -124,7 +124,7 @@ class Meta:
"distributor_url",
"discord_url",
"twitter_url",
"image_url",
"image",
"token",
"token_address",
"decimals",
Expand All @@ -139,7 +139,7 @@ class Meta:
"deadline",
"max_number_of_claims",
"notes",
"token_image_url",
"token_image",
"claim_deadline_for_unitap_pass_user",
"max_claim_number_for_unitap_pass_user",
"remaining_claim_for_unitap_pass_user",
Expand Down

0 comments on commit faacb84

Please sign in to comment.