mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 00:27:11 +00:00
feat: leaderboard
This commit is contained in:
@@ -34,7 +34,6 @@ class UserSchema(ModelSchema):
|
||||
model = User
|
||||
fields = ["id", "avatar", "email", "username", "created_at"]
|
||||
|
||||
|
||||
class StatSchema(Schema):
|
||||
total_attempts: int
|
||||
solved_tasks: int
|
||||
|
||||
Reference in New Issue
Block a user