mirror of
https://github.com/oceanprotocol/webtasks
synced 2025-01-06 20:05:40 +01:00
limit bounties.network
This commit is contained in:
parent
5ffe1653d6
commit
4de45b8e50
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user