fix(all): New templates.
This commit is contained in:
parent
1d783c303e
commit
3335d5d8a4
1 changed files with 3 additions and 3 deletions
|
@ -2348,7 +2348,6 @@ export class SystemKeywords {
|
|||
valueFound = found[e];
|
||||
}
|
||||
});
|
||||
found = null;
|
||||
|
||||
const equals =
|
||||
typeof value === 'string' && typeof valueFound === 'string'
|
||||
|
@ -2423,6 +2422,7 @@ export class SystemKeywords {
|
|||
adds++;
|
||||
}
|
||||
row = null;
|
||||
found = null;
|
||||
}
|
||||
|
||||
// In case of storage, persist to DB in batch.
|
||||
|
|
Loading…
Add table
Reference in a new issue