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