From c744f6040b1f95c033c209d1e9d6d275f33c4502 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 16 Oct 2018 13:52:28 +0200 Subject: [PATCH] lint fixes --- webtask-bounties.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webtask-bounties.js b/webtask-bounties.js index 77d66ec..578e50c 100644 --- a/webtask-bounties.js +++ b/webtask-bounties.js @@ -8,7 +8,6 @@ const app = express() // Just chained callbacks in lack of proper async/await support on webtask.io app.get('/', (req, res) => { - // Gitcoin bounties request('https://gitcoin.co/api/v0.1/bounties/', (error, response, body) => { if (error) return error @@ -22,7 +21,7 @@ app.get('/', (req, res) => { let holder = {} holder.gitcoin = gitcoin - + // Bounties.network bounties request('https://new.api.bounties.network/bounty/?search=ocean%20protocol&bountyStage=1', (error, response, body) => { if (error) return