summary refs log tree commit diff
path: root/src/gateway/util/Send.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-05-04 19:09:52 +0200
committerRory& <root@rory.gay>2026-05-04 19:09:52 +0200
commit678c762e368d9fe10f850dc46718cc1cca5e3df5 (patch)
tree79f0a3dcd2e64e51a43ab34f15a105f3594cf6f2 /src/gateway/util/Send.ts
parentswitch to harmony-erlpack (diff)
downloadserver-ts-dev/gw-encoding-refactor.tar.xz
Add basic data pipeline operators dev/gw-encoding-refactor
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 6a9c639d7..a42c9f3c6 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 {