Remove double processing of AI columns.

This commit is contained in:
Sam Rose 2025-01-08 17:34:08 +00:00
parent addd832b6e
commit 2a9e4c3078
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -185,11 +185,6 @@ export async function finaliseRow(
enrichedRow = await processFormulas(table, enrichedRow, {
dynamic: false,
})
if (aiEnabled) {
enrichedRow = await processAIColumns(table, enrichedRow, {
contextRows: [enrichedRow],
})
}
// this updates the related formulas in other rows based on the relations to this row
if (updateFormula) {