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

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

View file

@ -807,7 +807,7 @@ export class WhatsappDirectLine extends GBService {
GBLogEx.info(this.min, `Message [${msg}] is being sent to ${to}...`);
await fetch(url, options);
} catch (error) {
GBLog.error(`Error sending message to Whatsapp provider ${c}`);
GBLog.error(`Error sending message to Whatsapp provider ${JSON.stringify(error)}`);
}
}
}