Cleaning up.

This commit is contained in:
Tim Brandin 2016-04-02 14:26:15 +02:00
parent efbcf63089
commit b268653924

View file

@ -16,11 +16,10 @@ Meteor.publish('servicesList', function() {
this.ready();
};
cursor.observe({
changed(userId, user) {
changed(user) {
!startup && publishServices(user);
},
removed(userId) {
console.log(user);
this.stop();
}
});