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

@ -31,7 +31,6 @@ 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'] })