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

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

View file

@ -617,7 +617,7 @@ export class GBVMService extends GBService {
global[i + "_expiresOn"]= expiresOn;
}
}
});
};
try{
${code}
@ -627,13 +627,6 @@ export class GBVMService extends GBService {
}
finally{
// Signals token refresh jobs to stop.
for(let i in tokens) {
const token = tokens[i];
tokenStops[token] = true;
}
// Closes handles if any.
await wa.closeHandles({pid: pid});