new(whatsapp.gblib): New WhatsApp provider: Meta.

This commit is contained in:
Rodrigo Rodriguez 2024-04-30 20:08:59 -03:00
parent 3dd4956d9f
commit 6059c60c06

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)}`);
}
}
}