Merge pull request #17 from oceanprotocol/fix/bounties-network

limit bounties.network
This commit is contained in:
Matthias Kretschmann 2018-10-16 17:09:58 +02:00 committed by GitHub
commit 4e0a322a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)