Skip to content

Commit

Permalink
defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo Miranda committed Aug 3, 2023
1 parent e6644ac commit bee6e09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/keria/app/credentialing.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ def on_post(req, rep, name):
except falcon.HTTPError:
filtr = {}
sort = {}
skip = 0
limit = 25

cur = agent.seeker.find(filtr=filtr, sort=sort, skip=skip, limit=limit)
saids = [coring.Saider(qb64=said) for said in cur]
Expand Down

0 comments on commit bee6e09

Please sign in to comment.