mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
dev: remove delete endpoint response data
This commit is contained in:
parent
ecfc09da30
commit
2cd3dc2f9d
@ -925,8 +925,7 @@ class IssueSubscriberViewSet(BaseViewSet):
|
||||
)
|
||||
issue_subscriber.delete()
|
||||
return Response(
|
||||
{"message": "Removed Subscription"},
|
||||
status=status.HTTP_200_OK,
|
||||
status=status.HTTP_204_NO_CONTENT,
|
||||
)
|
||||
except IssueSubscriber.DoesNotExist:
|
||||
return Response(
|
||||
|
Loading…
Reference in New Issue
Block a user