Fixing issue detected by test.

This commit is contained in:
mike12345567 2024-11-28 17:17:29 +00:00
parent 0f6fb4a73f
commit bcd8bcdc1c
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ export async function finaliseRow(
throw new Error(`Unable to retrieve row ${row._id} after saving.`)
}
delete enrichedRow._rev
enrichedRow = mergeRows(retrieved, enrichedRow)
enrichedRow = await processFormulas(table, enrichedRow, {
dynamic: false,