diff --git a/client/ayon_core/tools/push_to_project/models/integrate.py b/client/ayon_core/tools/push_to_project/models/integrate.py index edec1f55c9..928287751b 100644 --- a/client/ayon_core/tools/push_to_project/models/integrate.py +++ b/client/ayon_core/tools/push_to_project/models/integrate.py @@ -1394,7 +1394,7 @@ class ProjectPushItemProcess: query = "&".join([ f"project={src_project_name}", f"type=version", - f"id={src_version_id}, + f"id={src_version_id}" ]) version_url = ( f"{ayon_api.get_base_url()}"