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

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

View file

@ -620,7 +620,7 @@ export class GBVMService extends GBService {
// Signals token refresh job to stop.
for(i in tokens) {
for(let i in tokens) {
const token = tokens[i];
tokenStops[token] = true;
}