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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue