This commit is contained in:
Adria Navarro 2023-09-20 13:19:38 +02:00
parent 31b29662d6
commit 8a5270c6ee
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ export async function outputProcessing<T extends Row[] | Row>(
}
} else if (column.type == FieldTypes.BB_REFERENCE) {
for (let row of enriched) {
if (!row[property] == null) {
if (row[property] == null) {
continue
}
row[property] = await processOutputBBReferences(