add orgs
This commit is contained in:
@@ -16,6 +16,6 @@ def get_orgs(user_id: str):
|
||||
|
||||
return dyn.collection.query(
|
||||
# Post-migration (users): rename `orgs` to `ORG`
|
||||
key=KeyPair(user_id, 'orgs'),
|
||||
key=KeyPair(user_id, 'orgs#'),
|
||||
start_key=start_key,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user