Fix issue with res.status being undefined

This commit is contained in:
Joel Male
2020-08-26 10:20:01 +10:00
parent 0740593bc2
commit a2c63f8d08
66 changed files with 7581 additions and 6258 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.4",
"axios": "^0.20.0"
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/jest": "^26.0.10",