make private

This commit is contained in:
Owen
2026-03-23 17:23:51 -07:00
parent 7d8797840a
commit 0d4edcd1c7
9 changed files with 354 additions and 300 deletions

View File

@@ -1,5 +1,5 @@
import { flushBandwidthToDb } from "@server/routers/newt/handleReceiveBandwidthMessage";
import { flushConnectionLogToDb } from "@server/routers/newt/handleConnectionLogMessage";
import { flushConnectionLogToDb } from "#dynamic/routers/newt";
import { flushSiteBandwidthToDb } from "@server/routers/gerbil/receiveBandwidth";
import { cleanup as wsCleanup } from "#dynamic/routers/ws";