Skip to content

Commit 5c56a29

Browse files
committed
fix the correct path for lib
1 parent 8de3232 commit 5c56a29

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const {
22
createLambdaFunction,
33
createProbot
44
} = require('@probot/adapter-aws-lambda-serverless')
5-
const { getProbotOctoKit } = require('lib/proxyAwareProbotOctokit')
5+
const { getProbotOctoKit } = require('./lib/proxyAwareProbotOctokit')
66

77
const appFn = require('./')
88

0 commit comments

Comments
 (0)