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

Commit

Permalink
fix hashids import for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Jan 27, 2020
1 parent 158de19 commit ced9440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const HashId = require('hashids/cjs')
const HashId = require('hashids')
const memoize = require('lodash.memoize')

const memoizeHashId = memoize(
Expand Down

0 comments on commit ced9440

Please sign in to comment.