Skip to content

Commit 957f1f7

Browse files
committed
chore: format
1 parent 1ffcb06 commit 957f1f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/meteor-lib/src/api/pubsub.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ export enum MeteorPubSub {
176176
* Fetch all PartInstances with UI overrides
177177
*/
178178
uiPartInstances = 'uiPartInstances',
179-
180179
}
181180

182181
/**

packages/shared-lib/src/ingest/rundownStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface IngestRundownStatus {
66
/** Rundown external id */
77
externalId: string
88

9-
active: 'active' | 'rehearsal'| 'inactive'
9+
active: 'active' | 'rehearsal' | 'inactive'
1010

1111
segments: IngestSegmentStatus[]
1212

0 commit comments

Comments
 (0)