Skip to content

Commit 8de3232

Browse files
committed
change to commonJS format
1 parent d6541fe commit 8de3232

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/plugins/proxyAwareProbotOctokit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ const ProbotOctokit = Octokit.plugin().defaults((instanceOptions) => {
4646
function getProbotOctoKit () {
4747
return ProbotOctokit
4848
}
49-
module.exports = { ProbotOctokit, getProbotOctoKit }
49+
module.exports = { getProbotOctoKit }

lib/proxiedFetch.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ function getProxiedFetch (url) {
1414
}
1515
return null
1616
}
17+
18+
module.exports = getProxiedFetch

0 commit comments

Comments
 (0)