add date to comments

This commit is contained in:
Yaman Qalieh 2016-08-13 16:18:04 -04:00
parent 72913d728a
commit 33c2b5e1c4

View File

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