Skip to content

Commit

Permalink
fix(core.gbapp): More logging on sendToMobile from MD.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 27, 2021
1 parent 43e70bb commit c8bf760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core.gbapp/services/GBConversationalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit c8bf760

Please sign in to comment.