// middle ware
function isAuthorizedComment(reqresnext) {
    if (req.isAuthenticated()) {
        Comment.findById(req.params.comment_idfunction(errorfoundComment) {

        });
    } else {
        console.log("user")
    }
    
}


욕 마음것 해라... 

후.....