Back to admin menu fix
This commit is contained in:
@@ -214,7 +214,10 @@ bot.on('callback_query', async (callbackQuery) => {
|
||||
} else if (action.startsWith('confirm_delete_')) {
|
||||
logDebug(action, 'handleConfirmDelete');
|
||||
await adminLocationHandler.handleConfirmDelete(callbackQuery);
|
||||
} else if (action === 'admin_menu') {
|
||||
await adminHandler.handleAdminQueryCommand(callbackQuery);
|
||||
}
|
||||
|
||||
// Admin product management
|
||||
else if (action === 'manage_products') {
|
||||
logDebug(action, 'handleProductManagement');
|
||||
|
||||
Reference in New Issue
Block a user