Skip to content

Commit e278dfe

Browse files
committed
CI fixes
1 parent 1e79656 commit e278dfe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

meteor/__mocks__/helpers/database.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,5 +899,6 @@ export function convertToUIShowStyleBase(showStyleBase: DBShowStyleBase): UIShow
899899
hotkeyLegend: showStyleBase.hotkeyLegend,
900900
sourceLayers: applyAndValidateOverrides(showStyleBase.sourceLayersWithOverrides).obj,
901901
outputLayers: applyAndValidateOverrides(showStyleBase.outputLayersWithOverrides).obj,
902+
abChannelDisplay: showStyleBase.abChannelDisplay,
902903
})
903904
}

packages/webui/src/__mocks__/helpers/database.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export async function setupMockShowStyleBase(
211211
blueprintConfigWithOverrides: wrapDefaultObject({}),
212212
blueprintId: blueprintId,
213213
// hotkeyLegend?: Array<HotkeyDefinition>
214+
abChannelDisplay: undefined,
214215
_rundownVersionHash: '',
215216
lastBlueprintConfig: undefined,
216217
lastBlueprintFixUpHash: undefined,

0 commit comments

Comments
 (0)