diff options
author | WlodekM <[email protected]> | 2024-11-30 14:24:39 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-11-30 14:24:39 +0200 |
commit | 714a4189eb02051ddd330513048b07b3be070e27 (patch) | |
tree | 64112d5ce9d2b433cc4be0adf561ac128a3d84b5 /user.ts | |
parent | f37e3537adb59f2b724259a1720295756eb94277 (diff) |
do stuff 3
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"; |