mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 13:28:32 +03:00
Removing unecessary console error
This commit is contained in:
@@ -35,7 +35,6 @@ export default ({ config, controller }) => {
|
|||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(data => res.send(data.data))
|
.then(data => res.send(data.data))
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
console.info(err)
|
|
||||||
res.status(err.status || 404).send({ error: err.message })
|
res.status(err.status || 404).send({ error: err.message })
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user