mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
db5d0962ba
commit
48b36d929f
2 changed files with 8 additions and 5 deletions
|
|
@ -70,7 +70,10 @@ func diffRepoSnapshots(c *gin.Context) {
|
|||
}
|
||||
|
||||
ret.Data = map[string]interface{}{
|
||||
"diff": diff,
|
||||
"addsLeft": diff.AddsLeft,
|
||||
"updatesLeft": diff.UpdatesLeft,
|
||||
"updatesRight": diff.UpdatesRight,
|
||||
"removesRight": diff.RemovesRight,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue