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

index 6a9c639d..a42c9f3c 100644 --- a/src/gateway/util/Send.ts +++ b/src/gateway/util/Send.ts
@@ -20,8 +20,7 @@ import { Payload, WebSocket } from "@spacebar/gateway"; import fs from "node:fs/promises"; import path from "node:path"; -import { ErlpackType, JSONReplacer } from "@spacebar/util"; -import * as erlpack from "harmony-erlpack"; +import { JSONReplacer } from "@spacebar/util"; // let erlpack: ErlpackType | null = null; // try {