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

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

View file

@ -1784,16 +1784,8 @@ export class SystemKeywords {
}; };
let result;
if (!SystemKeywords.aa) {
SystemKeywords.aa = 1;
return r1;
} else {
SystemKeywords.aa = null;
return r2;
}
//const result = await fetch(url, options); const result = await fetch(url, options);
try { try {