Skip to content

Commit c94b0e7

Browse files
committed
actually filter graphql project by name
1 parent c7d1766 commit c94b0e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ayon_api/_api_helpers/projects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def get_project(
332332
graphql_project = next(self._get_graphql_projects(
333333
None,
334334
None,
335+
project_name=project_name,
335336
fields=graphql_fields,
336337
own_attributes=own_attributes,
337338
), None)

0 commit comments

Comments
 (0)