From 221caefa20901f412285b71c7c4c8165653df15d Mon Sep 17 00:00:00 2001 From: adriano Date: Mon, 13 Feb 2023 20:29:55 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20de=20erro=20crotesco=20no?= =?UTF-8?q?=20tipo=20Number=20e=20numeber=20em=20typescript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/server.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/src/server.ts b/backend/src/server.ts index e23571d..8adcfc6 100644 --- a/backend/src/server.ts +++ b/backend/src/server.ts @@ -10,7 +10,7 @@ import { cacheSize, flushCache, loadTicketsCache } from "./helpers/TicketCache"; import { loadContactsCache } from "./helpers/ContactsCache"; import { loadSchedulesCache } from "./helpers/SchedulingNotifyCache"; import { delRestoreControllFile } from "./helpers/RestoreControll"; - + import "./helpers/SchedulingNotifySendMessage" @@ -30,8 +30,7 @@ initIO(server); // StartAllWhatsAppsSessions(); gracefulShutdown(server); - - + (async () => { let whatsapps: any = await Whatsapp.findAll({ attributes: ['id', 'url'] })