Skip to content

Commit

Permalink
fix: options passed in odm task
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Oct 29, 2024
1 parent 18a832e commit 3e7b940
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/backend/app/projects/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ def process_new_task(
"""
opts = self.options_list_to_dict(options)

# FIXME: take this from the function above
opts = {"dsm": True}

task = self.node.create_task(
images, opts, name, progress_callback, webhook=webhook
)
Expand Down

0 comments on commit 3e7b940

Please sign in to comment.