Skip to content

Commit 94bc7c6

Browse files
committed
chore: post-merge tidying
1 parent f5ded96 commit 94bc7c6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

meteor/server/collections/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ import { createAsyncOnlyMongoCollection, createAsyncOnlyReadOnlyMongoCollection
3232
import { ObserveChangesForHash } from './lib'
3333
import { logger } from '../logging'
3434
import { allowOnlyFields, rejectFields } from '../security/allowDeny'
35-
import type { DBNotificationObj } from '@sofie-automation/corelib/dist/dataModel/Notifications'
3635
import { checkUserIdHasOneOfPermissions } from '../security/auth'
36+
import type { DBNotificationObj } from '@sofie-automation/corelib/dist/dataModel/Notifications'
3737

3838
export * from './bucket'
3939
export * from './packages-media'

meteor/server/migration/X_X_X.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export const addSteps = addMigrationSteps(CURRENT_SYSTEM_VERSION, [
198198
}
199199
},
200200
},
201+
201202
{
202203
id: 'TriggeredActions.remove old systemwide',
203204
canBeRunAutomatically: true,

packages/job-worker/src/ingest/createAdlibTestingRundown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export async function handleCreateAdlibTestingRundownForShowStyleVariant(
6464
showStyleVariantId: showStyleVariant._id,
6565
},
6666
}
67+
6768
const createdRundownId = await runIngestUpdateOperation(context, updateData, (ingestRundown) =>
6869
handleUpdatedRundown(context, updateData, ingestRundown)
6970
)

0 commit comments

Comments
 (0)