Fix test
This commit is contained in:
parent
ead2a2795e
commit
256ab3a296
|
@ -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]) {
|
||||
continue
|
||||
}
|
||||
row[property] = await processOutputBBReferences(
|
||||
|
|
Loading…
Reference in New Issue