fix indenting server
This commit is contained in:
parent
043d9b93a1
commit
87494ca71f
@ -97,7 +97,9 @@ Meteor.publish('work', function() {
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
Meteor.call('createProfile', this.userId);
|
Meteor.call('createProfile', this.userId);
|
||||||
return classes.find({_id: null});
|
return classes.find({
|
||||||
|
_id: null
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user