Port to latest libmutton development version

This commit is contained in:
2025-05-30 00:38:59 -04:00
parent 5af8caf680
commit 1370f5cd80
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ fieldLoop:
}
if syncEnabled {
_, err := syncclient.RunJob(false, false)
_, err := syncclient.RunJob(false)
if err != nil {
back.PrintError("Failed to sync entries: "+err.Error(), global.ErrorSyncProcess, true)
}