Skip to content

Commit 5f56927

Browse files
committed
Fixed build error
1 parent 711e90d commit 5f56927

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

wss/src/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import dotenv from "dotenv";
2-
dotenv.config();
3-
41
export function RandomInt(min:number, max:number):number{
52
return Math.floor(Math.random() * (max - min)) + min;
63
}

0 commit comments

Comments
 (0)