forked from github/plane
fix: status code on issue cycle create
This commit is contained in:
parent
27071d5323
commit
b40bcdace2
@ -113,5 +113,5 @@ class CycleIssueViewSet(BaseViewSet):
|
|||||||
capture_exception(e)
|
capture_exception(e)
|
||||||
return Response(
|
return Response(
|
||||||
{"error": "Something went wrong please try again later"},
|
{"error": "Something went wrong please try again later"},
|
||||||
status=status.HTTP_200_OK,
|
status=status.HTTP_500_INTERNAL_SERVER_ERROR,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user