Remove commented line
This commit is contained in:
parent
ce87854ad9
commit
a3e72acdd5
1 changed files with 0 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
//import { randomUUID } from "node:crypto";
|
|
||||||
import { randomUUID } from "crypto";
|
import { randomUUID } from "crypto";
|
||||||
|
|
||||||
export function getRandomString(minLength = 1, maxLength = 100) {
|
export function getRandomString(minLength = 1, maxLength = 100) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue