Correção de erro crotesco no tipo Number e numeber em typescript
parent
3c2790e3d4
commit
221caefa20
|
@ -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'] })
|
||||
|
|
Loading…
Reference in New Issue