fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 527aa3af86 - Show all commits

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