Skip to content

Commit

Permalink
remove line call
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Sep 20, 2023
1 parent 881f792 commit b359973
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chord_metadata_service/chord/ingest/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ def ingest_into_dataset(request, dataset_id: str, workflow_id: str):
response_builder.add_error(f"Encountered an exception while processing an ingest attempt (error: {repr(e)})")
return response_builder.as_response(status.HTTP_500_INTERNAL_SERVER_ERROR)

response_builder.set_success(True)
return response_builder.as_response(status.HTTP_201_CREATED)

0 comments on commit b359973

Please sign in to comment.