1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +12:00
This commit is contained in:
Adria Navarro 2023-09-18 12:22:18 +02:00
parent ead2a2795e
commit 256ab3a296

View file

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