@@ -3,15 +3,14 @@ import { PartInstanceId, StudioId } from '@sofie-automation/corelib/dist/dataMod
33import { logger } from '../../../logging'
44import {
55 ExpectedPackagesContentCache ,
6- expectedPackageDBFieldsSpecifier ,
7- pieceInstanceFieldsSpecifier ,
86 rundownPlaylistFieldSpecifier ,
7+ pieceInstanceFieldsSpecifier ,
98} from './contentCache'
109import { ExpectedPackages , PieceInstances , RundownPlaylists } from '../../../collections'
11- import { waitForAllObserversReady } from '../../lib/lib'
1210import { ReactiveMongoObserverGroup , ReactiveMongoObserverGroupHandle } from '../../lib/observerGroup'
13- import { equivalentArrays } from '@sofie-automation/shared-lib/dist/lib/lib'
1411import _ from 'underscore'
12+ import { equivalentArrays } from '@sofie-automation/shared-lib/dist/lib/lib'
13+ import { waitForAllObserversReady } from '../../lib/lib'
1514
1615const REACTIVITY_DEBOUNCE = 20
1716
@@ -62,10 +61,7 @@ export class ExpectedPackagesContentObserver implements Meteor.LiveQueryHandle {
6261 {
6362 studioId : studioId ,
6463 } ,
65- cache . ExpectedPackages . link ( ) ,
66- {
67- projection : expectedPackageDBFieldsSpecifier ,
68- }
64+ cache . ExpectedPackages . link ( )
6965 ) ,
7066
7167 RundownPlaylists . observeChanges (
0 commit comments