Skip to content

Commit

Permalink
fix(whatsapp.gblib): Fix broadcasts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Rodriguez committed Jul 2, 2024
1 parent b43e179 commit 453b663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBConversationalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ export class GBConversationalService {
});
}
await this.sendToMobile(min, mobile, data, null);
}
GBLogEx.info(min, `Sending answer file to mobile: ${mobile}. Header: ${urlImage}`);
}
}
// tslint:enable:no-unsafe-any

Expand Down

0 comments on commit 453b663

Please sign in to comment.