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