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 754c1cb commit f3baf44Copy full SHA for f3baf44
meteor/server/publications/ingestStatus/rundownContentObserver.ts
@@ -100,7 +100,7 @@ export class RundownContentObserver {
100
orphaned: { $exists: false },
101
},
102
cache.PartInstances.link(),
103
- { fields: partInstanceFieldSpecifier },
+ { projection: partInstanceFieldSpecifier },
104
{
105
nonMutatingCallbacks: true,
106
}
0 commit comments