fix(core.gbapp): More logging on sendToMobile from MD.
This commit is contained in:
parent
43e70bbe41
commit
c8bf7606b1
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ export class GBConversationalService {
|
||||||
}
|
}
|
||||||
|
|
||||||
public async sendToMobile(min: GBMinInstance, mobile: string, message: string) {
|
public async sendToMobile(min: GBMinInstance, mobile: string, message: string) {
|
||||||
|
GBLog.info(`Sending message ${message} to ${mobile}...`);
|
||||||
await min.whatsAppDirectLine.sendToDevice(mobile, message);
|
await min.whatsAppDirectLine.sendToDevice(mobile, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue