Skip to content

Commit

Permalink
Don't pass date joined in the API for users yet !
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 17, 2024
1 parent 03f002a commit fea1ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Meta:
# "is_superuser",
# "is_active",
# "is_staff",
"date_joined",
# "date_joined",
# "email",
"img_url",
# "user_permissions",
Expand Down

0 comments on commit fea1ae0

Please sign in to comment.