diff --git a/client/user.js b/client/user.js index 85efa9c..cceca23 100644 --- a/client/user.js +++ b/client/user.js @@ -22,10 +22,6 @@ let main = new Route([comment], async function (req, res, input) { req.query.id ]); - if (user.length == 0) { - return; - } - return res.render('user', { ...input, id,