♻️ Remove unused param

This commit is contained in:
Liang Ding 2023-04-04 10:37:18 +08:00
parent facc59664f
commit 8d26445f72
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 8 additions and 13 deletions

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
}