Skip to content

Commit

Permalink
removed extra return command
Browse files Browse the repository at this point in the history
  • Loading branch information
AishwaryJain07 committed Apr 7, 2024
1 parent 4b19bb4 commit 9be1bfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/challenges/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2861,7 +2861,6 @@ def get_aws_credentials_for_participant_team(request, phase_pk):
except Exception:
response_data = {"error": "There was an unexpected error."}
return Response(response_data, status=status.HTTP_400_BAD_REQUEST)
return Response(response_data, status=status.HTTP_200_OK)


@api_view(["POST"])
Expand Down

0 comments on commit 9be1bfd

Please sign in to comment.