Correção de erro crotesco no tipo Number e numeber em typescript

pull/21/head
adriano 2023-02-13 20:29:55 -03:00
parent 3c2790e3d4
commit 221caefa20
1 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import { cacheSize, flushCache, loadTicketsCache } from "./helpers/TicketCache";
import { loadContactsCache } from "./helpers/ContactsCache"; import { loadContactsCache } from "./helpers/ContactsCache";
import { loadSchedulesCache } from "./helpers/SchedulingNotifyCache"; import { loadSchedulesCache } from "./helpers/SchedulingNotifyCache";
import { delRestoreControllFile } from "./helpers/RestoreControll"; import { delRestoreControllFile } from "./helpers/RestoreControll";
import "./helpers/SchedulingNotifySendMessage" import "./helpers/SchedulingNotifySendMessage"
@ -30,8 +30,7 @@ initIO(server);
// StartAllWhatsAppsSessions(); // StartAllWhatsAppsSessions();
gracefulShutdown(server); gracefulShutdown(server);
(async () => { (async () => {
let whatsapps: any = await Whatsapp.findAll({ attributes: ['id', 'url'] }) let whatsapps: any = await Whatsapp.findAll({ attributes: ['id', 'url'] })