Skip to content
Merged
Prev Previous commit
Next Next commit
Added new line
  • Loading branch information
Akshat Singh authored and Akshat Singh committed Mar 14, 2025
commit aa4fb1538ce9e24045ade971aea24c87db2d7227
3 changes: 1 addition & 2 deletions apps/jobs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3032,5 +3032,4 @@ def update_submission_meta(request, challenge_pk, submission_pk):
else:
return Response(
serializer.errors, status=status.HTTP_400_BAD_REQUEST
)

)