fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima
This commit is contained in:
parent
3c7a1d1e8e
commit
972536b03e
1 changed files with 0 additions and 1 deletions
|
@ -2145,7 +2145,6 @@ export class SystemKeywords {
|
|||
if (!this.cachedMerge[pid][file]) {
|
||||
await retry(
|
||||
async (bail) => {
|
||||
let rows = [];
|
||||
let page = 0, pageSize = 1000;
|
||||
let count = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue