Skip to content

Commit

Permalink
Replace Players.find with the appropriate method in the PlayersServic…
Browse files Browse the repository at this point in the history
…e.GetPlayerList
  • Loading branch information
robvanpamel committed Dec 22, 2015
1 parent f21ae5c commit 422d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaderboard-jasmine/leaderboard.js
Expand Up @@ -76,7 +76,7 @@ if (Meteor.isServer) {
}

Meteor.publish('players', function(){
return Players.find();
return PlayersService.getPlayerList();
});
});
}

0 comments on commit 422d939

Please sign in to comment.