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

Commit

Permalink
fix(handlers.js): fix ts handler snippet (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranrib authored Aug 18, 2019
1 parent 16c3d87 commit a451d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ epsagon.init({
exports.METHOD = epsagon.WRAPPER_TYPE(epsagonHandler.METHOD);
`,
tsnode: `
import epsagon from 'epsagon';
import * as epsagon from 'epsagon';
import * as epsagonHandler from '../RELATIVE_PATH';
epsagon.init({
Expand Down

0 comments on commit a451d2d

Please sign in to comment.