Skip to content

Commit 51b69f9

Browse files
committed
fix: missing await of promise
1 parent 8fa8bcc commit 51b69f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/job-worker/src/ingest/runOperation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export async function runIngestUpdateOperationBase(
202202
}
203203
} finally {
204204
// Ensure we save the nrcs ingest data
205-
// await pSaveNrcsIngestChanges
205+
await pSaveNrcsIngestChanges
206206

207207
span?.end()
208208
}

0 commit comments

Comments
 (0)