mirror of
https://github.com/oceanprotocol/webtasks
synced 2025-01-08 13:02:53 +01:00
lint fixes
This commit is contained in:
parent
92d80ab42f
commit
c744f6040b
@ -8,7 +8,6 @@ const app = express()
|
|||||||
|
|
||||||
// Just chained callbacks in lack of proper async/await support on webtask.io
|
// Just chained callbacks in lack of proper async/await support on webtask.io
|
||||||
app.get('/', (req, res) => {
|
app.get('/', (req, res) => {
|
||||||
|
|
||||||
// Gitcoin bounties
|
// Gitcoin bounties
|
||||||
request('https://gitcoin.co/api/v0.1/bounties/', (error, response, body) => {
|
request('https://gitcoin.co/api/v0.1/bounties/', (error, response, body) => {
|
||||||
if (error) return error
|
if (error) return error
|
||||||
|
Loading…
Reference in New Issue
Block a user