Skip to content

Commit

Permalink
fix(core.gbapp): Start for WhatsApp fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed May 23, 2021
1 parent fcc8ce5 commit 5ba9df4
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 @@ -315,7 +315,7 @@ export class GBMinService {

GBLog.info(`Auto start dialog is now being called: ${startDialog}...`);
if (startDialog) {
req.body.messages[0].body = `${startDialog}`;
req.body.messages[0].body = `/call ${startDialog}`;

// Resets HEAR ON DIALOG value to none and passes
// current dialog to the direct line.
Expand Down

0 comments on commit 5ba9df4

Please sign in to comment.