update version
This commit is contained in:
@@ -18,7 +18,7 @@ def get_orgs(
|
||||
limit: Annotated[int, Query(ge=25)] = 25,
|
||||
):
|
||||
return dyn.collection.query(
|
||||
# Post-migration (users): rename `orgs` to `ORG`
|
||||
# Post-migration (users): rename `orgs#` to `ORG#`
|
||||
key=KeyPair(user_id, 'orgs#'),
|
||||
start_key=start_key,
|
||||
limit=limit,
|
||||
|
||||
Reference in New Issue
Block a user