fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima
This commit is contained in:
parent
676fe1fc6c
commit
0c2e91fcaf
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ export class GBVMService extends GBService {
|
||||||
|
|
||||||
// Signals token refresh job to stop.
|
// Signals token refresh job to stop.
|
||||||
|
|
||||||
for(i in tokens) {
|
for(let i in tokens) {
|
||||||
const token = tokens[i];
|
const token = tokens[i];
|
||||||
tokenStops[token] = true;
|
tokenStops[token] = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue