This commit is contained in:
Kenneth Jao 2016-08-13 17:26:15 -04:00
commit 5c99efc6e2

View File

@ -256,7 +256,8 @@ Meteor.methods({
}, { }, {
$set: { $set: {
comments: comments, comments: comments,
user:user user:user,
time: new Date()
} }
}); });
} }