aboutsummaryrefslogtreecommitdiffstats
path: root/backend/models
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-21 21:05:15 +0200
committerGravatar GitHub <[email protected]>2020-12-21 21:05:15 +0200
commitd0e19ef96bdbc6a8e52405ff82e1864dbca52459 (patch)
tree872640720eb180c1768c41761af04b49ae0cda56 /backend/models
parentConvert user IDs to string to avoid JS bad behaviours (diff)
Remove unnecessary comment about ID
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'backend/models')
-rw-r--r--backend/models/discord_user.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/models/discord_user.py b/backend/models/discord_user.py
index e61c7b3..296bb65 100644
--- a/backend/models/discord_user.py
+++ b/backend/models/discord_user.py
@@ -8,8 +8,6 @@ class DiscordUser(BaseModel):
# Discord default fields.
username: str
- # Store ID as str not as int because JavaScript
- # doesn't work correctly with big ints.
id: str
discriminator: str
avatar: t.Optional[str]