Skip to content

Commit

Permalink
fix: remove duplicated ticket_uuid field from room flow serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
kallilsouza committed Dec 20, 2024
1 parent 901c719 commit c4dd7c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chats/apps/api/v1/external/rooms/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ class Meta:
"contact",
"created_on",
"custom_fields",
"ticket_uuid",
"callback_url",
"is_waiting",
"flow_uuid",
Expand Down

0 comments on commit c4dd7c5

Please sign in to comment.