diff options
author | 2019-04-07 18:35:37 +0100 | |
---|---|---|
committer | 2019-04-07 18:35:37 +0100 | |
commit | d06fd493b865ae2936709cc0875bbb9d56e58c62 (patch) | |
tree | 787f45a1ba5e1f16b9cd7d9e8cdf660573914151 /pydis_site/apps/api/viewsets.py | |
parent | Use volume for staticfiles. (diff) |
Address review by @jchristgit
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 ... }, ... ... |