Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit c0fd454

Browse files
Update params
1 parent 4dd984d commit c0fd454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_api/actions/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
def apply_filters_to_queryset(
16-
queryset: QuerySet, filters: dict[str, Any] | None, owner: Owner
16+
queryset: QuerySet, filters: dict[str, Any] | None, owner: Owner | None = None
1717
) -> QuerySet:
1818
filters = filters or {}
1919
term = filters.get("term")

0 commit comments

Comments
 (0)