summary refs log tree commit diff
path: root/gateway/src/opcodes/Heartbeat.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 01:45:02 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 01:45:02 +0200
commit9fa4c607fc5056dc2b2cc0be9b425872ec91e292 (patch)
tree3ab5077ad34654b9ae5bdfc018ae0b4e7cc6f70e /gateway/src/opcodes/Heartbeat.ts
parent:bug: fix build (diff)
downloadserver-9fa4c607fc5056dc2b2cc0be9b425872ec91e292.tar.xz
:art: fix imports with new build script
Diffstat (limited to 'gateway/src/opcodes/Heartbeat.ts')
-rw-r--r--gateway/src/opcodes/Heartbeat.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/gateway/src/opcodes/Heartbeat.ts b/gateway/src/opcodes/Heartbeat.ts
index 46caee56..50394130 100644
--- a/gateway/src/opcodes/Heartbeat.ts
+++ b/gateway/src/opcodes/Heartbeat.ts
@@ -1,4 +1,6 @@
-import { Payload, Send, setHeartbeat, WebSocket } from "@fosscord/gateway";
+import { Payload, WebSocket } from "@fosscord/gateway";
+import { setHeartbeat } from "../util/Heartbeat";
+import { Send } from "../util/Send";
 
 export async function onHeartbeat(this: WebSocket, data: Payload) {
 	// TODO: validate payload