Task fully working except collaborative to handoff switching handling

This commit is contained in:
2026-03-19 18:15:38 -05:00
parent 9438cffd58
commit b72980ad89
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -964,6 +964,7 @@ export const cleanupNoteAttachments = async (noteId: string) => {
console.log(`[CLEANUP] Deleted ${filesToDelete.length} orphaned attachment(s) for note ${noteId}`);
}
} catch (err) {
if ((err as any)?.status === 404) return;
console.error("[CLEANUP] Failed to clean up orphaned note attachments:", err);
}
};