Skip to content

Commit

Permalink
removed the return value after uploading files
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-crkn committed Nov 7, 2024
1 parent 06100f4 commit 182822b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/upload_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ async def upload_manifest_backend(
logger.error(f"Unexpected error occurred: {e}")
raise e

return {"message": "Upload successfully", "data": manifest}
return {"message": "Upload successfully!"}

0 comments on commit 182822b

Please sign in to comment.