♻️ Remove unused param

This commit is contained in:
Liang Ding
2023-04-04 10:37:18 +08:00
parent 388e9cdf03
commit 334ad6b42e
3 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func performSync(c *gin.Context) {
}
if 3 != model.Conf.Sync.Mode {
model.SyncData(false, false, true)
model.SyncData(true)
return
}