Skip to content

Commit c0338fc

Browse files
committed
fix: ensure path imports correctly
1 parent 29c4a2b commit c0338fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// TODO: put back on release of: https://github.com/probot/serverless-lambda/pull/13/files
22
// const { serverless } = require('@probot/serverless-lambda')
3-
const { serverless } = require('serverless-lambda')
3+
const { serverless } = require('./serverless-lambda')
44
const appFn = require('./')
55
module.exports.probot = serverless(appFn)

0 commit comments

Comments
 (0)