allow unknownu sers

This commit is contained in:
biglyderv 2024-10-28 19:12:52 -04:00
parent a663ffc490
commit 6e330feee6

View file

@ -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,