finish seat
This commit is contained in:
@@ -36,7 +36,7 @@ class User(BaseModel):
|
||||
def add(org_id: str, user: Annotated[User, Body(embed=True)]):
|
||||
now_ = now()
|
||||
org = dyn.collection.get_item(
|
||||
KeyPair(pk=org_id, sk='0'),
|
||||
KeyPair(org_id, '0'),
|
||||
exc_cls=OrgNotFoundError,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user