Fix DetailedCommit - this no longer has files on it

This commit is contained in:
Kiril Videlov 2024-11-06 00:29:55 +01:00
parent 40cffe091b
commit 149445c89e

View File

@ -204,8 +204,6 @@ export class DetailedCommit {
createdAt!: Date;
isRemote!: boolean;
isIntegrated!: boolean;
@Type(() => LocalFile)
files!: LocalFile[];
parentIds!: string[];
branchId!: string;
changeId!: string;