mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 07:39:32 +01:00
fix: status code on issue cycle create
This commit is contained in:
@@ -113,5 +113,5 @@ class CycleIssueViewSet(BaseViewSet):
|
||||
capture_exception(e)
|
||||
return Response(
|
||||
{"error": "Something went wrong please try again later"},
|
||||
status=status.HTTP_200_OK,
|
||||
status=status.HTTP_500_INTERNAL_SERVER_ERROR,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user