Merge branch 'stable' into api-solution-1

This commit is contained in:
Garret Wassermann 2022-03-31 20:25:59 -04:00 committed by GitHub
commit 2b33de6b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,3 @@ class TicketViewSet(viewsets.ModelViewSet):
ticket = super().get_object()
ticket.set_custom_field_values()
return ticket