summary refs log tree commit diff
path: root/src/api/routes/read-states/ack-bulk.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/read-states/ack-bulk.ts')
-rw-r--r--src/api/routes/read-states/ack-bulk.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/read-states/ack-bulk.ts b/src/api/routes/read-states/ack-bulk.ts
index cab16c8c..2c51893b 100644
--- a/src/api/routes/read-states/ack-bulk.ts
+++ b/src/api/routes/read-states/ack-bulk.ts
@@ -17,8 +17,8 @@
 */
 
 import { Router, Request, Response } from "express";
-import { route } from "@fosscord/api";
-import { AckBulkSchema, ReadState } from "@fosscord/util";
+import { route } from "@spacebar/api";
+import { AckBulkSchema, ReadState } from "@spacebar/util";
 const router = Router();
 
 router.post(