test promise
This commit is contained in:
@@ -78,6 +78,11 @@ def unlink(org_id: str, user_id: str):
|
||||
sk=user_id,
|
||||
)
|
||||
)
|
||||
transact.delete(
|
||||
key=KeyPair(org_id, f'admins#{user_id}'),
|
||||
# Post-migration: uncomment the following line
|
||||
# key=KeyPair(org_id, f'ADMIN#{user_id}'),
|
||||
)
|
||||
transact.delete(
|
||||
key=KeyPair(
|
||||
pk=user_id,
|
||||
|
||||
Reference in New Issue
Block a user