fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue