Skip to content

Commit

Permalink
chore: fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 14, 2025
1 parent b7645d7 commit 872c528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/job-worker/src/playout/infinites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ export function getPieceInstancesForPart(
throw new Error(
`Segment "${playingPartInstance.partInstance.segmentId}" in Rundown "${
playingRundown.rundown._id
}" not found! (partInstanceId: "${playingPartInstance.partInstance._id}", other segments: ${JSON.stringify(playingRundown.segments.map((s) => s.segment._id))})`
}" not found! (partInstanceId: "${
playingPartInstance.partInstance._id
}", other segments: ${JSON.stringify(playingRundown.segments.map((s) => s.segment._id))})`
)
}
}
Expand Down

0 comments on commit 872c528

Please sign in to comment.