UNPKG

fraction.io

Version:

Your personalized community aggregator.

6 lines (4 loc) 99 B
'use strict'; Meteor.publish('votes', function () { return Votes.find({user: this.userId}); });