Skip to content

Commit

Permalink
Merge pull request #185 from UnitapApp/fix/prizetap-provider-dashboard
Browse files Browse the repository at this point in the history
fix SimpleUserProfile serializer
  • Loading branch information
ShayanShiravani authored Nov 13, 2023
2 parents e3ee0bb + d8d51b0 commit 32606e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions authentication/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from rest_framework.authtoken.models import Token

from authentication.models import UserProfile, Wallet
from faucet.faucet_manager.claim_manager import LimitedChainClaimManager
from faucet.models import GlobalSettings


class UsernameRequestSerializer(serializers.Serializer):
Expand Down Expand Up @@ -88,8 +86,6 @@ class Meta:
fields = [
"pk",
"username",
"is_meet_verified",
"is_aura_verified",
"wallets",
]

Expand Down

0 comments on commit 32606e6

Please sign in to comment.