mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
Merge pull request #55 from pablohashescobar/fix/issue_cycle_status_code
fix: status code on issue cycle create
This commit is contained in:
commit
9539fca585
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user