fix(all): TRUE multicloud.

This commit is contained in:
Rodrigo Rodriguez 2024-08-25 13:17:15 -03:00
parent 666b1cb327
commit 71c8fab53e

View file

@ -2259,6 +2259,7 @@ export class SystemKeywords {
} }
row[propertyName] = value; row[propertyName] = value;
value = null;
} }
row['line'] = foundIndex + 1; row['line'] = foundIndex + 1;
table.push(row); table.push(row);