smallfix
This commit is contained in:
@@ -27,7 +27,7 @@ class UserStorage:
|
|||||||
async def get_all_users():
|
async def get_all_users():
|
||||||
self = UserStorage
|
self = UserStorage
|
||||||
async with self.lock:
|
async with self.lock:
|
||||||
aaa = list(self.users.copy().values())
|
aaa = list(self.users.values())
|
||||||
aaa.sort(key=lambda user: user.createdAt)
|
aaa.sort(key=lambda user: user.createdAt)
|
||||||
return aaa
|
return aaa
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user