Skip to content

Commit

Permalink
feat: return sector field on the queue simple serializer (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
helllllllder authored Jul 27, 2023
1 parent 423a935 commit 5af7ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chats/apps/api/v1/queues/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ def get_user(self, auth):
class QueueSimpleSerializer(serializers.ModelSerializer):
class Meta:
model = Queue
fields = ["uuid", "name"]
fields = ["uuid", "name", "sector"]

0 comments on commit 5af7ad5

Please sign in to comment.