Skip to content

Commit ed18e45

Browse files
authored
Use explicit 1
1 parent 1255a73 commit ed18e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ayon_api/graphql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ def get_filters(self) -> dict[str, Any]:
963963
# Nested edge fields share a single cursor argument in the query.
964964
# Query one parent item at a time so child pagination can't be
965965
# overwritten by another parent from the same outer page.
966-
limit_amount = min(limit_amount, 1)
966+
limit_amount = 1
967967

968968
filters[limit_key] = limit_amount
969969

0 commit comments

Comments
 (0)