mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-20 07:16:10 +01:00
♻️ Remove unused param
This commit is contained in:
parent
facc59664f
commit
8d26445f72
3 changed files with 8 additions and 13 deletions
|
|
@ -58,7 +58,7 @@ func performSync(c *gin.Context) {
|
|||
}
|
||||
|
||||
if 3 != model.Conf.Sync.Mode {
|
||||
model.SyncData(false, false, true)
|
||||
model.SyncData(true)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue