From 149445c89ece107c6ce080ef6d940fb63ce259b7 Mon Sep 17 00:00:00 2001 From: Kiril Videlov Date: Wed, 6 Nov 2024 00:29:55 +0100 Subject: [PATCH] Fix DetailedCommit - this no longer has files on it --- apps/desktop/src/lib/vbranches/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/desktop/src/lib/vbranches/types.ts b/apps/desktop/src/lib/vbranches/types.ts index 674ce5fb4..c8dcf7bfd 100644 --- a/apps/desktop/src/lib/vbranches/types.ts +++ b/apps/desktop/src/lib/vbranches/types.ts @@ -204,8 +204,6 @@ export class DetailedCommit { createdAt!: Date; isRemote!: boolean; isIntegrated!: boolean; - @Type(() => LocalFile) - files!: LocalFile[]; parentIds!: string[]; branchId!: string; changeId!: string;