allow unknownu sers
This commit is contained in:
parent
edbadbcf2e
commit
bd73d0e136
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue