fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ export class GBMinService {
|
||||||
await (GBServer.globals.minBoot as any).whatsAppDirectLine.received(req, res);
|
await (GBServer.globals.minBoot as any).whatsAppDirectLine.received(req, res);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
GBLog.error(`Error on Whatsapp callback: ${error.message}`);
|
GBLog.error(`Error on Whatsapp callback: ${error}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue