diff options
Diffstat (limited to 'pydis_site/apps/api/viewsets.py')
-rw-r--r-- | pydis_site/apps/api/viewsets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/viewsets.py b/pydis_site/apps/api/viewsets.py index 17024fe8..949ffaaa 100644 --- a/pydis_site/apps/api/viewsets.py +++ b/pydis_site/apps/api/viewsets.py @@ -383,7 +383,7 @@ class ReminderViewSet(CreateModelMixin, ListModelMixin, DestroyModelMixin, Gener ... 'active': True, ... 'author': 1020103901030, ... 'content': "Make dinner", - ... 'expiration': '5018-11-20T15:52:00Z' + ... 'expiration': '5018-11-20T15:52:00Z', ... 'id': 11 ... }, ... ... |