Skip to content

Commit

Permalink
fix(whatsapp.gblib): Improved error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed May 28, 2020
1 parent e870312 commit 1ec645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
}

});
Expand Down

0 comments on commit 1ec645f

Please sign in to comment.