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