Skip to content

Commit

Permalink
Deleted some lines added by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwallis authored Oct 27, 2024
1 parent 6bf8e09 commit 40d8d53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/scopeBackend/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,3 @@ def create(self, request):
serializer.save(workspace=workspace, original_response=original_response)
headers = self.get_success_headers(serializer.data)
return Response(serializer.data, status=status.HTTP_200_OK)
<<<<<<< HEAD
>>>>>>> 4bd4c5f16e01eaa11e64c9a5faad8d8a11ac19e9
=======
>>>>>>> 4bd4c5f16e01eaa11e64c9a5faad8d8a11ac19e9

0 comments on commit 40d8d53

Please sign in to comment.