We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84128c2 commit 587af0aCopy full SHA for 587af0a
lib/proxyAwareProbotOctokit.js
@@ -1,7 +1,7 @@
1
// This custom plugin overrides the default ProbotOctokit plugin and support Http Proxy.
2
const { Octokit } = require('@octokit/core')
3
const { createProbotAuth } = require('octokit-auth-probot')
4
-const getProxiedFetch = require('../proxiedFetch')
+const getProxiedFetch = require('./proxiedFetch')
5
6
const ProbotOctokit = Octokit.plugin().defaults((instanceOptions) => {
7
const defaultOptions = {
0 commit comments