mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-06 02:11:41 -05:00
Cleaning up.
This commit is contained in:
parent
efbcf63089
commit
b268653924
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue