add cancel
This commit is contained in:
@@ -129,7 +129,7 @@ def put_user(id: str, payload: UserData):
|
||||
@router.get('/<id>', compress=True, tags=['User'], summary='Get user')
|
||||
def get_user(id: str):
|
||||
return user_collect.get_items(
|
||||
TransactKey(id) + SortKey('0') + SortKey('last_profile_edit')
|
||||
TransactKey(id) + SortKey('0') + SortKey('rate_limit#user_update')
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user