Skip to content

Commit fcafaa8

Browse files
committed
Fix large annotations upload for multimodal projects
1 parent 10ec165 commit fcafaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/infrastructure/services/annotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def _sync_large_annotation(
8080
"desired_source": "secondary",
8181
}
8282
if transform_version:
83-
sync_params["transform_version"] = transform_version
83+
sync_params["desired_transform_version"] = transform_version
8484
sync_url = urljoin(
8585
self.get_assets_provider_url(),
8686
self.URL_START_FILE_SYNC.format(item_id=item_id),

0 commit comments

Comments
 (0)