removed extraneous failure
This commit is contained in:
parent
6231385c74
commit
8c907c9029
@ -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);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user