fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima
This commit is contained in:
parent
555babcb23
commit
e5a42a8566
1 changed files with 2 additions and 2 deletions
|
@ -591,8 +591,8 @@ export class GBVMService extends GBService {
|
||||||
|
|
||||||
// Setups refresh token mechanism.
|
// Setups refresh token mechanism.
|
||||||
console.log(1);
|
console.log(1);
|
||||||
console.log(this.variables['tokens']);
|
console.log(this.tokens);
|
||||||
const tokens = this.variables['tokens'].split(',');
|
const tokens = this.tokens??.split(',');
|
||||||
const interval = 60000; // 1 hour.
|
const interval = 60000; // 1 hour.
|
||||||
|
|
||||||
for(i in tokens) {
|
for(i in tokens) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue