summary refs log tree commit diff
path: root/src/opcodes/Heartbeat.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcodes/Heartbeat.ts')
-rw-r--r--src/opcodes/Heartbeat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcodes/Heartbeat.ts b/src/opcodes/Heartbeat.ts

index d7e7fb5f..90a40230 100644 --- a/src/opcodes/Heartbeat.ts +++ b/src/opcodes/Heartbeat.ts
@@ -1,4 +1,4 @@ -import { Payload } from "../util/Constants"; +import { CLOSECODES, Payload } from "../util/Constants"; import { Send } from "../util/Send"; import { setHeartbeat } from "../util/setHeartbeat"; import WebSocket from "../util/WebSocket";