Skip to content

Commit 587af0a

Browse files
committed
fix import
1 parent 84128c2 commit 587af0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/proxyAwareProbotOctokit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This custom plugin overrides the default ProbotOctokit plugin and support Http Proxy.
22
const { Octokit } = require('@octokit/core')
33
const { createProbotAuth } = require('octokit-auth-probot')
4-
const getProxiedFetch = require('../proxiedFetch')
4+
const getProxiedFetch = require('./proxiedFetch')
55

66
const ProbotOctokit = Octokit.plugin().defaults((instanceOptions) => {
77
const defaultOptions = {

0 commit comments

Comments
 (0)