fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit c8bf7606b1 - Show all commits

View file

@ -274,6 +274,7 @@ export class GBConversationalService {
}
public async sendToMobile(min: GBMinInstance, mobile: string, message: string) {
GBLog.info(`Sending message ${message} to ${mobile}...`);
await min.whatsAppDirectLine.sendToDevice(mobile, message);
}