Lint.
This commit is contained in:
parent
2a78409e8f
commit
c30fe28fe8
|
@ -264,10 +264,9 @@ export async function outputProcessing<T extends Row[] | Row>(
|
||||||
} else {
|
} else {
|
||||||
safeRows = rows
|
safeRows = rows
|
||||||
}
|
}
|
||||||
let enriched: Row[]
|
|
||||||
// SQS returns the rows with full relationship contents
|
// SQS returns the rows with full relationship contents
|
||||||
// attach any linked row information
|
// attach any linked row information
|
||||||
enriched = !opts.preserveLinks
|
let enriched = !opts.preserveLinks
|
||||||
? await linkRows.attachFullLinkedDocs(table.schema, safeRows, {
|
? await linkRows.attachFullLinkedDocs(table.schema, safeRows, {
|
||||||
fromRow: opts?.fromRow,
|
fromRow: opts?.fromRow,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue