Merge branch 'master' of https://github.com/ksjdragon/hourglass
This commit is contained in:
commit
dddfe53c59
@ -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