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 { 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'] })
|
||||||
|
|
Loading…
Reference in New Issue