Skip to content

Commit a705dcc

Browse files
authored
Merge pull request #226 from ynput/bugfix/update-version-task-id
Update version: Fix task id value handling
2 parents 4835e5b + c1be48d commit a705dcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ayon_api/server_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -6859,7 +6859,6 @@ def update_version(
68596859
for key, value in (
68606860
("version", version),
68616861
("productId", product_id),
6862-
("taskId", task_id),
68636862
("attrib", attrib),
68646863
("data", data),
68656864
("tags", tags),

0 commit comments

Comments
 (0)