fix(whatsapp.gblib): Fix broadcasts.
This commit is contained in:
parent
b43e179172
commit
453b663394
1 changed files with 1 additions and 1 deletions
|
@ -690,8 +690,8 @@ export class GBConversationalService {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
await this.sendToMobile(min, mobile, data, null);
|
await this.sendToMobile(min, mobile, data, null);
|
||||||
}
|
|
||||||
GBLogEx.info(min, `Sending answer file to mobile: ${mobile}. Header: ${urlImage}`);
|
GBLogEx.info(min, `Sending answer file to mobile: ${mobile}. Header: ${urlImage}`);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// tslint:enable:no-unsafe-any
|
// tslint:enable:no-unsafe-any
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue