Skip to content

Commit

Permalink
fix(claim): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Aug 23, 2022
1 parent c4b4a5b commit cd6db5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const fetch = (...args) =>
import('node-fetch').then(({ default: fetch }) => fetch(...args))

module.exports = { fetch }
module.exports = { fetch }

0 comments on commit cd6db5e

Please sign in to comment.