fix(whatsapp.gblib): Improved error message.
This commit is contained in:
parent
e87031255e
commit
1ec645f148
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);
|
||||
}
|
||||
} 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