summary refs log tree commit diff
path: root/src/util/WebSocket.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-22 21:52:13 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-22 21:52:13 +0100
commitccfa61ca63636c5d5515455eb6e50864f80a101d (patch)
tree34774c11feba280482a7e1e2cb42d98f3eeec5a5 /src/util/WebSocket.ts
parent:sparkles: load .env file (diff)
downloadserver-ccfa61ca63636c5d5515455eb6e50864f80a101d.tar.xz
:art: rename userid -> user_id
Diffstat (limited to 'src/util/WebSocket.ts')
-rw-r--r--src/util/WebSocket.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/WebSocket.ts b/src/util/WebSocket.ts

index 10b8348f..5d107d9c 100644 --- a/src/util/WebSocket.ts +++ b/src/util/WebSocket.ts
@@ -3,7 +3,7 @@ import WS, { Server, Data } from "ws"; interface WebSocket extends WS { version: number; - userid: bigint; + user_id: bigint; encoding: "etf" | "json"; compress?: "zlib-stream"; heartbeatTimeout: NodeJS.Timeout;