Skip to content

Commit

Permalink
axios is no longer needed (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx authored Aug 28, 2023
1 parent c204684 commit 107262e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const axios = require('axios');
const fs = require('fs')
const auth = {
username: process.env.GITHUB_USER,
Expand Down
33 changes: 2 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dependencies": {
"@probot/adapter-aws-lambda-serverless": "^3.0.3",
"@slack/web-api": "^6.9.0",
"axios": "^1.4.0",
"probot": "^12.3.1"
},
"repository": "github:emergency-pull-request-probot-app",
Expand Down

0 comments on commit 107262e

Please sign in to comment.