mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 12:58:48 +01:00
This commit is contained in:
parent
93b015fbca
commit
41c9db0069
1 changed files with 2 additions and 2 deletions
|
|
@ -135,8 +135,8 @@ type LeftRightDiff struct {
|
|||
}
|
||||
|
||||
type DiffFile struct {
|
||||
FileID string
|
||||
Title string
|
||||
FileID string `json:"fileID"`
|
||||
Title string `json:"title"`
|
||||
}
|
||||
|
||||
func DiffRepoSnapshots(left, right string) (ret *LeftRightDiff, err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue