new(whatsapp.gblib): General Bots WhatsApp provider.

This commit is contained in:
Rodrigo Rodriguez 2022-07-21 17:25:02 -03:00
parent aaebc1c81d
commit 845b9578b9

View file

@ -295,7 +295,7 @@ export class GBConversationalService {
try { try {
const results = await request(options); const results = await request(options);
return results[0].translations[0].text; return results;
} catch (error) { } catch (error) {
const msg = `Error calling SMS service. Error is: ${error}.`; const msg = `Error calling SMS service. Error is: ${error}.`;