Skip to content

Commit

Permalink
chore: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 11, 2024
1 parent 20aee34 commit 20968e3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 20 deletions.
11 changes: 0 additions & 11 deletions packages/blueprints-integration/src/api/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,6 @@ export interface StudioBlueprintManifest<TRawConfig = IBlueprintConfig, TProcess
* If this method is not defined the config object will be used directly
*/
blueprintConfigToAPI?: (context: ICommonContext, config: TRawConfig) => object

/**
* Process an ingest operation, to apply changes to the sofie interpretation of the ingest data
*/
processIngestData?: (
context: IProcessIngestDataContext,
mutableIngestRundown: MutableIngestRundown<any, any, any>,
nrcsIngestRundown: IngestRundown,
previousNrcsIngestRundown: IngestRundown | undefined,
changes: NrcsIngestChangeDetails | UserOperationChange
) => Promise<void>
}

export interface BlueprintResultStudioBaseline {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,7 @@ describe('Test recieved mos ingest payloads', () => {
replace: false,
})
).rejects.toThrow(
`Part ${getMosIngestSegmentId(mosTypes.mosString128.stringify(beforeStoryId))} in rundown ${
rundown.externalId
} not found`
`Part ${mosTypes.mosString128.stringify(beforeStoryId)} in rundown ${rundown.externalId} not found`
)

expect(
Expand Down Expand Up @@ -677,9 +675,7 @@ describe('Test recieved mos ingest payloads', () => {
replace: true,
})
).rejects.toThrow(
`Part ${getMosIngestSegmentId(mosTypes.mosString128.stringify(beforeStoryId))} in rundown ${
rundown.externalId
} not found`
`Part ${mosTypes.mosString128.stringify(beforeStoryId)} in rundown ${rundown.externalId} not found`
)

expect(
Expand Down
1 change: 0 additions & 1 deletion packages/job-worker/src/playout/quickLoopMarkers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { QuickLoopMarker, QuickLoopMarkerType } from '@sofie-automation/corelib/
import { SegmentId } from '@sofie-automation/corelib/dist/dataModel/Ids'
import { PlayoutModel } from './model/PlayoutModel'
import { clone } from 'underscore'
import { PlayoutModel } from './model/PlayoutModel'

export async function handleSetQuickLoopMarker(context: JobContext, data: SetQuickLoopMarkerProps): Promise<void> {
return runJobWithPlayoutModel(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import { SegmentHandler } from '../collections/segmentHandler'
import { SegmentsHandler } from '../collections/segmentsHandler'
import { normalizeArray } from '@sofie-automation/corelib/dist/lib'
import { PlaylistTimingType } from '@sofie-automation/blueprints-integration'
import { SegmentsHandler } from '../collections/segmentsHandler'
import { normalizeArray } from '@sofie-automation/corelib/dist/lib'

const THROTTLE_PERIOD_MS = 100

Expand Down
1 change: 1 addition & 0 deletions packages/meteor-lib/src/api/pubsub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
BucketId,
OrganizationId,
PartId,
RundownId,
RundownPlaylistActivationId,
RundownPlaylistId,
ShowStyleBaseId,
Expand Down

0 comments on commit 20968e3

Please sign in to comment.