Skip to content

Commit f3baf44

Browse files
committed
chore: fix types
1 parent 754c1cb commit f3baf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meteor/server/publications/ingestStatus/rundownContentObserver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class RundownContentObserver {
100100
orphaned: { $exists: false },
101101
},
102102
cache.PartInstances.link(),
103-
{ fields: partInstanceFieldSpecifier },
103+
{ projection: partInstanceFieldSpecifier },
104104
{
105105
nonMutatingCallbacks: true,
106106
}

0 commit comments

Comments
 (0)