update works

This commit is contained in:
miloschwartz
2025-11-07 22:26:28 -08:00
parent de53cfb912
commit cad4d97fb3
3 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
import { db } from "@server/db";
import { disconnectClient, MessageHandler } from "#dynamic/routers/ws";
import { disconnectClient } from "#dynamic/routers/ws";
import { MessageHandler } from "@server/routers/ws";
import { clients, Olm } from "@server/db";
import { eq, lt, isNull, and, or } from "drizzle-orm";
import logger from "@server/logger";