aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/lib/attachments.ts
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2025-04-12 19:37:18 +0100
committerMohamedBassem <me@mbassem.com>2025-04-12 19:37:40 +0100
commit755fc36e912964863d4f46bb32adda6332b419fe (patch)
tree3c54e9e6ed7686a119804716ccb6fdd6ad0da3c3 /packages/trpc/lib/attachments.ts
parent7f569042f153a55189fb28e6ef6ab127b8190afd (diff)
downloadkarakeep-755fc36e912964863d4f46bb32adda6332b419fe.tar.zst
chore: Rename hoarder packages to karakeep
Diffstat (limited to 'packages/trpc/lib/attachments.ts')
-rw-r--r--packages/trpc/lib/attachments.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/trpc/lib/attachments.ts b/packages/trpc/lib/attachments.ts
index 29c99172..15cbba74 100644
--- a/packages/trpc/lib/attachments.ts
+++ b/packages/trpc/lib/attachments.ts
@@ -1,7 +1,10 @@
import { z } from "zod";
-import { AssetTypes } from "@hoarder/db/schema";
-import { ZAssetType, zAssetTypesSchema } from "@hoarder/shared/types/bookmarks";
+import { AssetTypes } from "@karakeep/db/schema";
+import {
+ ZAssetType,
+ zAssetTypesSchema,
+} from "@karakeep/shared/types/bookmarks";
export function mapDBAssetTypeToUserType(assetType: AssetTypes): ZAssetType {
const map: Record<AssetTypes, z.infer<typeof zAssetTypesSchema>> = {