From 4de45b8e50ffcfa6f993af1fbfcc54cf414d640f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 16 Oct 2018 17:06:01 +0200 Subject: [PATCH] limit bounties.network --- webtask-bounties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtask-bounties.js b/webtask-bounties.js index 578e50c..55c17f2 100644 --- a/webtask-bounties.js +++ b/webtask-bounties.js @@ -23,7 +23,7 @@ app.get('/', (req, res) => { holder.gitcoin = gitcoin // Bounties.network bounties - request('https://new.api.bounties.network/bounty/?search=ocean%20protocol&bountyStage=1', (error, response, body) => { + request('https://new.api.bounties.network/bounty/?search=ocean%20protocol&bountyStage=1&platform=bounties-network', (error, response, body) => { if (error) return const bountiesNetwork = JSON.parse(body)