fix(core.gbapp): Start for WhatsApp fixed.
This commit is contained in:
parent
fcc8ce5a8b
commit
5ba9df4e5f
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ export class GBMinService {
|
||||||
|
|
||||||
GBLog.info(`Auto start dialog is now being called: ${startDialog}...`);
|
GBLog.info(`Auto start dialog is now being called: ${startDialog}...`);
|
||||||
if (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
|
// Resets HEAR ON DIALOG value to none and passes
|
||||||
// current dialog to the direct line.
|
// current dialog to the direct line.
|
||||||
|
|
Loading…
Add table
Reference in a new issue