fix(session): accept legacy summary diffs (#26579)
Co-authored-by: Developer <temp@example.com>
This commit is contained in:
parent
5fa5d876fc
commit
d373c562f2
12 changed files with 88 additions and 15 deletions
|
|
@ -119,7 +119,7 @@ export type PermissionRequest = {
|
|||
}
|
||||
|
||||
export type SnapshotFileDiff = {
|
||||
file: string
|
||||
file?: string
|
||||
patch?: string
|
||||
additions: number
|
||||
deletions: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue