allow unknownu sers

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent edbadbcf2e
commit bd73d0e136

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,