Try fix
Browse files
Detection/manager/approve_admins.py
CHANGED
@@ -89,7 +89,7 @@ async def admins_callback(client: Client, callback: CallbackQuery):
|
|
89 |
return
|
90 |
|
91 |
if action_type == "approved":
|
92 |
-
await handle_approvalub(client, request, user_id, admin_id, admin_mention)
|
93 |
|
94 |
status_icon = {
|
95 |
"approved": "✅",
|
|
|
89 |
return
|
90 |
|
91 |
if action_type == "approved":
|
92 |
+
await handle_approvalub(client, callback, request, user_id, admin_id, admin_mention)
|
93 |
|
94 |
status_icon = {
|
95 |
"approved": "✅",
|