remove debug code
This commit is contained in:
parent
f731474dce
commit
08216586ed
1 changed files with 0 additions and 2 deletions
|
|
@ -1920,8 +1920,6 @@ module.exports = async (
|
||||||
|
|
||||||
return res.status(200)
|
return res.status(200)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err)
|
|
||||||
process.exit(1)
|
|
||||||
return res.status(500).json({
|
return res.status(500).json({
|
||||||
errorMessage: err.message || 'Unknown error inside /api/gun/follow'
|
errorMessage: err.message || 'Unknown error inside /api/gun/follow'
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue