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

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

View file

@ -306,7 +306,7 @@ export class KeywordsExpressions {
keywords[i++] = [
/^\s*((?:[a-z]+.?)(?:(?:\w+).)(?:\w+)*)\s*=\s*get config\s*(.*)/gim,
($0, $1, $2) => {
return `${$1} = await dk.getConfig ({pid: pid, ${$2}})`;
return `${$1} = await dk.getConfig ({pid: pid, name: ${$2}})`;
}
];