We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ec165 commit fcafaa8Copy full SHA for fcafaa8
src/superannotate/lib/infrastructure/services/annotation.py
@@ -80,7 +80,7 @@ async def _sync_large_annotation(
80
"desired_source": "secondary",
81
}
82
if transform_version:
83
- sync_params["transform_version"] = transform_version
+ sync_params["desired_transform_version"] = transform_version
84
sync_url = urljoin(
85
self.get_assets_provider_url(),
86
self.URL_START_FILE_SYNC.format(item_id=item_id),
0 commit comments