mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
removed extraneous failure
This commit is contained in:
@@ -111,7 +111,6 @@ app.get('/assets/download/:id', (req, res) => {
|
||||
})
|
||||
.catch(err => {
|
||||
log.info('DeleteError:', id);
|
||||
res.sendStatus(404);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user