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

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

View file

@ -591,8 +591,8 @@ export class GBVMService extends GBService {
// Setups refresh token mechanism.
console.log(1);
console.log(this.variables['tokens']);
const tokens = this.variables['tokens'].split(',');
console.log(this.tokens);
const tokens = this.tokens??.split(',');
const interval = 60000; // 1 hour.
for(i in tokens) {