diff options
author | 2023-02-17 11:47:42 +0530 | |
---|---|---|
committer | 2023-02-17 11:47:42 +0530 | |
commit | 19afe0de583da9e90ff8627a6ece8503cd736136 (patch) | |
tree | 7db3d50800e7865af795f3d4209463c1ff0817b1 | |
parent | Add jump_url field to infraction model (diff) |
Remove typo
-rw-r--r-- | pydis_site/apps/api/viewsets/bot/infraction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/viewsets/bot/infraction.py b/pydis_site/apps/api/viewsets/bot/infraction.py index 9c21733b..ec8b83a1 100644 --- a/pydis_site/apps/api/viewsets/bot/infraction.py +++ b/pydis_site/apps/api/viewsets/bot/infraction.py @@ -105,7 +105,7 @@ class InfractionViewSet( ... 'reason': 'He terk my jerb!', ... 'user': 172395097705414656, ... 'dm_sent': False, - ... 'jump_url': '<discord message link>'x + ... 'jump_url': '<discord message link>' ... } #### Response format |