1
0
mirror of https://github.com/oceanprotocol/webtasks synced 2025-01-08 21:04:03 +01:00

lint fixes

This commit is contained in:
Matthias Kretschmann 2018-10-16 13:52:28 +02:00
parent 92d80ab42f
commit c744f6040b
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -8,7 +8,6 @@ const app = express()
// Just chained callbacks in lack of proper async/await support on webtask.io // Just chained callbacks in lack of proper async/await support on webtask.io
app.get('/', (req, res) => { app.get('/', (req, res) => {
// Gitcoin bounties // Gitcoin bounties
request('https://gitcoin.co/api/v0.1/bounties/', (error, response, body) => { request('https://gitcoin.co/api/v0.1/bounties/', (error, response, body) => {
if (error) return error if (error) return error