Skip to content

Commit

Permalink
Revert "Don't use optional on crypto randomUuid"
Browse files Browse the repository at this point in the history
This reverts commit a2a6c96.
  • Loading branch information
Schniz committed Mar 1, 2022
1 parent 210da6e commit 05915ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/types/index.d.ts
Expand Up @@ -206,7 +206,7 @@ declare global {
>(
array: T
): T
randomUUID(): string
randomUUID?(): string
}
}

Expand Down

0 comments on commit 05915ac

Please sign in to comment.