fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ export class GBConversationalService {
|
|||
try {
|
||||
const results = await request(options);
|
||||
|
||||
return results[0].translations[0].text;
|
||||
return results;
|
||||
} catch (error) {
|
||||
const msg = `Error calling SMS service. Error is: ${error}.`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue