diff --git a/apps/develop/views.py b/apps/develop/views.py index 2b909a90..af19f14b 100755 --- a/apps/develop/views.py +++ b/apps/develop/views.py @@ -136,6 +136,7 @@ class CorrectViewSet(CustomGenericViewSet): 'post': user.post if user.post else None, 'type': user.type }) + return Response() @action(methods=['post'], detail=False, serializer_class=Serializer) def ticket_sn(self, request, pk=None):