Remove commented line

This commit is contained in:
brydon1 2023-06-29 09:16:01 -04:00
parent ce87854ad9
commit a3e72acdd5

View file

@ -1,4 +1,3 @@
//import { randomUUID } from "node:crypto";
import { randomUUID } from "crypto";
export function getRandomString(minLength = 1, maxLength = 100) {