Skip to content

Commit

Permalink
add version field to dispatcher call
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Aug 22, 2024
1 parent 17973b5 commit 3231dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions latch_cli/nextflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def initialize() -> str:
headers=headers,
json={{
"storage_expiration_hours": {storage_expiration_hours},
"version": 2,
}},
)
resp.raise_for_status()
Expand Down

0 comments on commit 3231dd5

Please sign in to comment.