fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima

This commit is contained in:
Rodrigo Rodriguez 2023-12-16 22:17:21 -03:00
parent 3c7a1d1e8e
commit 972536b03e

View file

@ -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;