remove users, chats, etc

This commit is contained in:
Lucas Tettamanti
2026-01-25 21:04:54 -03:00
parent a489ec66a2
commit bb947ea75e
3 changed files with 244 additions and 6 deletions

View File

@@ -44,8 +44,6 @@ export async function handleGetSettings({ tenantId }) {
* Guarda la configuración del tenant
*/
export async function handleSaveSettings({ tenantId, settings }) {
console.log("[settings] handleSaveSettings", { tenantId, settings });
// Validaciones básicas
if (!settings.store_name?.trim()) {
throw new Error("store_name is required");