Skip to content

Commit bdfabf9

Browse files
imported crypto
1 parent 06c9f84 commit bdfabf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/generateUniqueToken.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
const crypto = require("crypto");
12
export const generateUniqueToken = async () => {
23
const uuidToken = crypto.randomUUID();
34
const randomNumber = Math.floor(Math.random() * 1000000);

0 commit comments

Comments
 (0)