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

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

View file

@ -741,7 +741,7 @@ export class DialogKeywords {
this.user = user;
}
else {
await this.maxLines = count;
this.maxLines = count;
}
}