Skip to content

Commit

Permalink
fix: pass the matching args to download_and_upload_assets_from_odm_to_s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradip-p committed Oct 26, 2024
1 parent 85cf123 commit abb334e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/app/projects/project_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ async def odm_webhook(
# Call function to download assets from ODM and upload to S3
background_tasks.add_task(
image_processing.download_and_upload_assets_from_odm_to_s3,
db,
settings.NODE_ODM_URL,
task_id,
dtm_project_id,
Expand Down

0 comments on commit abb334e

Please sign in to comment.