Skip to content

Commit

Permalink
fix: ensure path imports correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam committed Jan 14, 2019
1 parent 29c4a2b commit c0338fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TODO: put back on release of: https://github.com/probot/serverless-lambda/pull/13/files
// const { serverless } = require('@probot/serverless-lambda')
const { serverless } = require('serverless-lambda')
const { serverless } = require('./serverless-lambda')
const appFn = require('./')
module.exports.probot = serverless(appFn)

0 comments on commit c0338fc

Please sign in to comment.