Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
fix(runkit): export the correct endpoint for runkit (#50)
Browse files Browse the repository at this point in the history
fix(runkit): export the correct endpoint for runkit
  • Loading branch information
nahtnam committed Oct 20, 2019
2 parents ebffe08 + ccc3bba commit 7febe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default (opts?: Options): Route => {
}
if (isRunKit) {
handler = {
endpoint: wrapper,
endpoint: handler,
};
}
}
Expand Down

0 comments on commit 7febe0c

Please sign in to comment.