We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d1766 commit c94b0e7Copy full SHA for c94b0e7
1 file changed
ayon_api/_api_helpers/projects.py
@@ -332,6 +332,7 @@ def get_project(
332
graphql_project = next(self._get_graphql_projects(
333
None,
334
335
+ project_name=project_name,
336
fields=graphql_fields,
337
own_attributes=own_attributes,
338
), None)
0 commit comments