mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2025-02-14 21:10:37 +01:00
fix response
This commit is contained in:
parent
d923f64c4f
commit
d8ac701f51
4
index.js
4
index.js
@ -46,11 +46,11 @@ module.exports = async (req, res) => {
|
|||||||
logError(error.message)
|
logError(error.message)
|
||||||
}
|
}
|
||||||
|
|
||||||
res.end(JSON.stringify({
|
res.send({
|
||||||
github: cacheGithub,
|
github: cacheGithub,
|
||||||
bounties: cacheBounties,
|
bounties: cacheBounties,
|
||||||
medium: cacheMedium,
|
medium: cacheMedium,
|
||||||
twitter: cacheTwitter,
|
twitter: cacheTwitter,
|
||||||
telegram: cacheTelegram
|
telegram: cacheTelegram
|
||||||
}))
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user