Skip to content

Commit

Permalink
fix: import correct neoid generator
Browse files Browse the repository at this point in the history
  • Loading branch information
poeti8 committed Nov 29, 2022
1 parent e434e9e commit ea63139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ms from "ms";
import nanoid from "nanoid";
import nanoid from "nanoid/generate";
import JWT from "jsonwebtoken";
import {
differenceInDays,
Expand Down

0 comments on commit ea63139

Please sign in to comment.