diff --git a/chrome/content/zotero/xpcom/sync/syncLocal.js b/chrome/content/zotero/xpcom/sync/syncLocal.js index 3cb3db47c..8edc0784d 100644 --- a/chrome/content/zotero/xpcom/sync/syncLocal.js +++ b/chrome/content/zotero/xpcom/sync/syncLocal.js @@ -1563,8 +1563,8 @@ Zotero.Sync.Data.Local = { return false; } } - return true; } + return true; }); return { changes, conflicts, localChanged };