Skip to content

Commit 872c528

Browse files
committed
chore: fix linter issue
1 parent b7645d7 commit 872c528

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/job-worker/src/playout/infinites.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,9 @@ export function getPieceInstancesForPart(
352352
throw new Error(
353353
`Segment "${playingPartInstance.partInstance.segmentId}" in Rundown "${
354354
playingRundown.rundown._id
355-
}" not found! (partInstanceId: "${playingPartInstance.partInstance._id}", other segments: ${JSON.stringify(playingRundown.segments.map((s) => s.segment._id))})`
355+
}" not found! (partInstanceId: "${
356+
playingPartInstance.partInstance._id
357+
}", other segments: ${JSON.stringify(playingRundown.segments.map((s) => s.segment._id))})`
356358
)
357359
}
358360
}

0 commit comments

Comments
 (0)