UNPKG
fraction.io
Version:
latest (0.22.0)
0.22.0
0.21.3
0.21.2
Your personalized community aggregator.
github.com/fraction/fraction
fraction/fraction
fraction.io
/
app
/
packages
/
fraction-votes
/
lib
/
publish.next.js
6 lines
(4 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
Meteor
.
publish
(
'votes'
,
function
(
) {
return
Votes
.
find
({
user
:
this
.
userId
}); });