diff options
Diffstat (limited to 'apps/workers/workerUtils.ts')
| -rw-r--r-- | apps/workers/workerUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/workers/workerUtils.ts b/apps/workers/workerUtils.ts index 44180951..d41df578 100644 --- a/apps/workers/workerUtils.ts +++ b/apps/workers/workerUtils.ts @@ -4,7 +4,6 @@ import { db, KarakeepDBTransaction } from "@karakeep/db"; import { assets, AssetTypes, bookmarks } from "@karakeep/db/schema";
type DBAssetType = typeof assets.$inferInsert;
-
export async function updateAsset(
oldAssetId: string | undefined,
newAsset: DBAssetType,
|
