Skip to content

Commit 107262e

Browse files
authored
axios is no longer needed (#70)
1 parent c204684 commit 107262e

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const axios = require('axios');
21
const fs = require('fs')
32
const auth = {
43
username: process.env.GITHUB_USER,

package-lock.json

Lines changed: 2 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"dependencies": {
1212
"@probot/adapter-aws-lambda-serverless": "^3.0.3",
1313
"@slack/web-api": "^6.9.0",
14-
"axios": "^1.4.0",
1514
"probot": "^12.3.1"
1615
},
1716
"repository": "github:emergency-pull-request-probot-app",

0 commit comments

Comments
 (0)