diff options
Diffstat (limited to 'user.ts')
-rw-r--r-- | user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user.ts b/user.ts index 910e8a4..c85c2f6 100644 --- a/user.ts +++ b/user.ts @@ -1,6 +1,6 @@ // because why not make *more files -import { getRandomInt } from "./lib.js"; +import { getRandomInt } from "./lib.ts"; import cuid2 from "@paralleldrive/cuid2"; import type { WebSocket } from 'ws' import type { IncomingMessage } from "node:http"; |