new (basic.gbapp): NOTE keyword.

This commit is contained in:
Rodrigo Rodriguez 2023-08-21 12:50:55 -03:00
parent 545ceaec40
commit 527aa3af86

View file

@ -1416,7 +1416,7 @@ export class GBMinService {
// Checks for bad words on input text.
const hasBadWord = wash.check(step.context.locale, text);
const hasBadWord = wash.check(step.context.activity.locale, text);
if (hasBadWord) {
return await step.beginDialog('/pleaseNoBadWords');
}