mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Cleaned up some routes
This commit is contained in:
@@ -43,7 +43,7 @@ router.post('/', (req, res, next) => {
|
||||
res.status(204).end();
|
||||
})
|
||||
.catch((err) => {
|
||||
return next(err);
|
||||
next(err);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user