Skip to content

Commit 8fcd4a0

Browse files
committed
fix
1 parent 8bc18a7 commit 8fcd4a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ function insertToSyncedInstanceCandidates(
374374
thisPartInstance.partInstance._id
375375
)
376376
)
377+
// Ensure that the promise doesn't go uncaught, it will be awaited later
378+
proposedPieceInstances.catch(() => null)
377379

378380
instances.push({
379381
playoutRundownModel,

0 commit comments

Comments
 (0)