diff --git a/plugins/record-hook/src/RecordHook.ts b/plugins/record-hook/src/RecordHook.ts index 16cd9f2cd..92438c341 100644 --- a/plugins/record-hook/src/RecordHook.ts +++ b/plugins/record-hook/src/RecordHook.ts @@ -130,6 +130,7 @@ export const BulkRecordHook = async ( startTimer('update modified records', debug) await event.update(modifiedRecords) endTimer('update modified records', debug) + await completeCommit(event, debug) return } catch (e) { throw new Error('Error updating records')