Skip to content

Commit

Permalink
fix: updated ts-error
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Sep 4, 2024
1 parent 59dc4a2 commit bfae220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/agileLive/pipelines/multiviews/multiviews.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function createMultiviewForPipeline(
}
if (
!productionSettings.pipelines[multiviewIndex].multiview ||
productionSettings.pipelines[multiviewIndex].multiview.length === 0
productionSettings.pipelines[multiviewIndex].multiview?.length === 0
) {
Log().error(
`Did not find any multiview settings in pipeline settings for: ${productionSettings.pipelines[multiviewIndex]}`
Expand Down

0 comments on commit bfae220

Please sign in to comment.