function isAuthorizedComment(reqresnext) {
    Comment.findById(req.params.comment_idfunction(reqres) {
        
    });
}


후........