Skip to content

Commit

Permalink
Merge pull request #273 from hotosm/feat/update-completed-task
Browse files Browse the repository at this point in the history
hotfix: Update project/id to project_id in S3 image processing logic
  • Loading branch information
Pradip-p authored Oct 9, 2024
2 parents 7849afa + 6899671 commit 31c52fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/projects/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async def process_images_from_s3(self, bucket_name, name=None, options=[]):
# now update the task as completed in Db.
await task_logic.update_task_state(
self.db,
self.project.id,
self.project_id,
self.task_id,
self.user_id,
"Task completed.",
Expand Down

0 comments on commit 31c52fe

Please sign in to comment.