syntax error

This commit is contained in:
Yaman Qalieh 2016-08-31 23:33:36 -04:00
parent e47cfaf7e1
commit 566a477787

View File

@ -93,7 +93,6 @@ Meteor.publish('work', function() {
} else {
var empty;
Meteor.call('createProfile', this.userId, function(error, result) {
return result;
empty = result;
});
return result;