This commit is contained in:
yashrajverma 2021-06-02 18:23:02 +05:30
parent 22033d805b
commit 375a1fe0b5
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ module.exports.commentBlog = async (req, res, next) => {
if (mm < 10) {
mm = "0" + mm;
}
var today = dd + "/" + mm + "/" + yyyy;
// var today = dd + "/" + mm + "/" + yyyy;
const comments1 = {
user: req.user._id,