mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
♻️ Remove unused param
This commit is contained in:
parent
388e9cdf03
commit
334ad6b42e
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