Skip to content

Commit 13eed9f

Browse files
authored
Update index.tsx
1 parent 3dbf5c9 commit 13eed9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dom.watch()
2121
// TODO: 바꿀 수 있도록 하기
2222
const mynick = nicks[Math.floor(Math.random() * nicks.length)]
2323

24-
const myid: string = uuidv4()
24+
const myid: string = crypto.randomUUID()
2525

2626
//
2727
// Permalink

0 commit comments

Comments
 (0)