Skip to content

Commit c8b7e2e

Browse files
authored
fix: uuid import (#3056)
1 parent 72408ab commit c8b7e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jwt/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import crypto from "crypto"
22
import { EncryptJWT, jwtDecrypt } from "jose"
3-
import uuid from "uuid"
3+
import { v4 as uuid } from "uuid"
44
import { NextApiRequest } from "next"
55
import type { JWT, JWTDecodeParams, JWTEncodeParams, JWTOptions } from "./types"
66

0 commit comments

Comments
 (0)