mirror of
https://github.com/oceanprotocol/webtasks
synced 2025-01-08 21:04:03 +01:00
Merge pull request #17 from oceanprotocol/fix/bounties-network
limit bounties.network
This commit is contained in:
commit
4e0a322a22
@ -23,7 +23,7 @@ app.get('/', (req, res) => {
|
|||||||
holder.gitcoin = gitcoin
|
holder.gitcoin = gitcoin
|
||||||
|
|
||||||
// Bounties.network bounties
|
// 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
|
if (error) return
|
||||||
|
|
||||||
const bountiesNetwork = JSON.parse(body)
|
const bountiesNetwork = JSON.parse(body)
|
||||||
|
Loading…
Reference in New Issue
Block a user