mirror of
https://github.com/bigchaindb/github-projects.git
synced 2024-11-22 09:56:51 +01:00
commit
6c7aa8e861
1
index.js
1
index.js
@ -17,6 +17,7 @@ const handleResponse = res => {
|
||||
if (res.status !== 200) {
|
||||
return logError('Non-200 response code from GitHub: ' + res.status)
|
||||
}
|
||||
|
||||
return res.json()
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
"micro": "9.3.3",
|
||||
"ms": "2.1.1",
|
||||
"node-fetch": "2.3.0",
|
||||
"request": "^2.85.0"
|
||||
"request": "^2.88.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^1.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user