Skip to content

Commit

Permalink
chore(playground): use uncrypto instead
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jan 31, 2025
1 parent 08239d7 commit 03b6218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/server/api/chatroom.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { randomUUID } from 'node:crypto'
import { randomUUID } from 'uncrypto'

export default defineWebSocketHandler({
async upgrade(request) {
Expand Down

0 comments on commit 03b6218

Please sign in to comment.