Skip to content

Commit

Permalink
fix(core.gbapp): Fix bot creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed May 14, 2021
1 parent 25c9d45 commit 5a7895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ export class GBMinService {
});
}
step.context.activity['text'] = text;
step.context.activity['originalText']= 'pt-BR';
step.context.activity['originalText']= originalText;

GBLog.info(`Final text ready for NLP/Search/.gbapp: ${text}.`);

Expand Down

0 comments on commit 5a7895e

Please sign in to comment.