aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/trpc.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workers/trpc.ts')
-rw-r--r--apps/workers/trpc.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/workers/trpc.ts b/apps/workers/trpc.ts
index cd2e4c99..8bae287a 100644
--- a/apps/workers/trpc.ts
+++ b/apps/workers/trpc.ts
@@ -1,9 +1,9 @@
import { eq } from "drizzle-orm";
-import { db } from "@hoarder/db";
-import { users } from "@hoarder/db/schema";
-import { createCallerFactory } from "@hoarder/trpc";
-import { appRouter } from "@hoarder/trpc/routers/_app";
+import { db } from "@karakeep/db";
+import { users } from "@karakeep/db/schema";
+import { createCallerFactory } from "@karakeep/trpc";
+import { appRouter } from "@karakeep/trpc/routers/_app";
/**
* This is only safe to use in the context of a worker.