mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
Fix DetailedCommit - this no longer has files on it
This commit is contained in:
parent
40cffe091b
commit
149445c89e
@ -204,8 +204,6 @@ export class DetailedCommit {
|
||||
createdAt!: Date;
|
||||
isRemote!: boolean;
|
||||
isIntegrated!: boolean;
|
||||
@Type(() => LocalFile)
|
||||
files!: LocalFile[];
|
||||
parentIds!: string[];
|
||||
branchId!: string;
|
||||
changeId!: string;
|
||||
|
Loading…
Reference in New Issue
Block a user