summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-16 08:24:30 +0100
committerRory& <root@rory.gay>2025-12-16 08:24:30 +0100
commit70a9af01f490788490071b9b76b7321695d6157c (patch)
tree5c3d1e338c51fb013faf284dba6e91240cecdabc
parentFix bad imports (diff)
downloadserver-ts-70a9af01f490788490071b9b76b7321695d6157c.tar.xz
Fix gateway
-rw-r--r--src/gateway/opcodes/Heartbeat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/opcodes/Heartbeat.ts b/src/gateway/opcodes/Heartbeat.ts

index 57dfc115..396af397 100644 --- a/src/gateway/opcodes/Heartbeat.ts +++ b/src/gateway/opcodes/Heartbeat.ts
@@ -50,7 +50,7 @@ export async function onHeartbeat(this: WebSocket, data: Payload) { Send(this, { op: 11, d: {} }), Session.update( { - id: this.session_id!, + session_id: this.session_id!, user_id: this.user_id!, } as FindOptionsWhere<Session>, newSessionData,