We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffcb06 commit 957f1f7Copy full SHA for 957f1f7
packages/meteor-lib/src/api/pubsub.ts
@@ -176,7 +176,6 @@ export enum MeteorPubSub {
176
* Fetch all PartInstances with UI overrides
177
*/
178
uiPartInstances = 'uiPartInstances',
179
-
180
}
181
182
/**
packages/shared-lib/src/ingest/rundownStatus.ts
@@ -6,7 +6,7 @@ export interface IngestRundownStatus {
6
/** Rundown external id */
7
externalId: string
8
9
- active: 'active' | 'rehearsal'| 'inactive'
+ active: 'active' | 'rehearsal' | 'inactive'
10
11
segments: IngestSegmentStatus[]
12
0 commit comments