fix response

This commit is contained in:
Matthias Kretschmann 2019-08-14 14:22:32 +02:00
parent d923f64c4f
commit d8ac701f51
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ module.exports = async (req, res) => {
logError(error.message)
}
res.end(JSON.stringify({
res.send({
github: cacheGithub,
bounties: cacheBounties,
medium: cacheMedium,
twitter: cacheTwitter,
telegram: cacheTelegram
}))
})
}