Josh Probst
Results
1
comments of
Josh Probst
try the publish without the `Meteor.`. So instead of ``` Meteor.FilterCollections.publish(Objects, { name: 'people-lite' }); ``` try ``` FilterCollections.publish(Objects, { name: 'people-lite' }); ```