From bd73d0e13682ad44a9ce64ed6000974727c89350 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:12:44 -0500 Subject: [PATCH] allow unknownu sers --- client/user.js | 4 ---- 1 file changed, 4 deletions(-) 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,