fix: cerrar funcion toggleAdminUserStatus antes de las funciones de perfil WA
This commit is contained in:
@@ -5103,6 +5103,7 @@ window.toggleAdminUserStatus = async function(userId, isActive) {
|
|||||||
console.error(`Error ${action}ando usuario:`, error);
|
console.error(`Error ${action}ando usuario:`, error);
|
||||||
alert(`Error al ${action} usuario: ` + error.message);
|
alert(`Error al ${action} usuario: ` + error.message);
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
// ─────────────────────────────────────────────────────────────────────────────
|
// ─────────────────────────────────────────────────────────────────────────────
|
||||||
// PERFIL DE WHATSAPP BUSINESS
|
// PERFIL DE WHATSAPP BUSINESS
|
||||||
|
|||||||
Reference in New Issue
Block a user