Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Feb 21, 2025
1 parent 2bcf651 commit d41e605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/btrixcloud/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ async def list_pages(
aggregate.extend([{"$skip": skip}])

aggregate.extend([{"$limit": page_size}])
cursor = self.pages.aggregate(aggregate)
items = await cursor.to_list(page_size)
total = 0

if qa_run_id:
Expand Down

0 comments on commit d41e605

Please sign in to comment.