mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-05-05 18:09:42 -05:00
♻️ Remove unused param
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ func performSync(c *gin.Context) {
|
||||
}
|
||||
|
||||
if 3 != model.Conf.Sync.Mode {
|
||||
model.SyncData(false, false, true)
|
||||
model.SyncData(true)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user