lint fixes

This commit is contained in:
Matthias Kretschmann 2018-10-16 13:52:28 +02:00
parent 92d80ab42f
commit c744f6040b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ const app = express()
// Just chained callbacks in lack of proper async/await support on webtask.io
app.get('/', (req, res) => {
// Gitcoin bounties
request('https://gitcoin.co/api/v0.1/bounties/', (error, response, body) => {
if (error) return error