diff options
| -rw-r--r-- | pydis_site/apps/api/serializers.py | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/apps/api/serializers.py b/pydis_site/apps/api/serializers.py index dfdda915..e53ccffa 100644 --- a/pydis_site/apps/api/serializers.py +++ b/pydis_site/apps/api/serializers.py @@ -49,8 +49,7 @@ class ListBumpedThreadSerializer(ListSerializer):          """          Used by the `ListModelMixin` to return just the list of bumped thread ids. -        We want to only return the thread_id attribute, hence it is unnecessary -        to create a nested dictionary. +        Only the thread_id field is useful, hence it is unnecessary to create a nested dictionary.          Additionally, this allows bumped thread routes to simply return an          array of thread_id ints instead of objects, saving on bandwidth.  |