diff --git a/chrome/content/zotero/xpcom/sync/syncAPIClient.js b/chrome/content/zotero/xpcom/sync/syncAPIClient.js index 6e76106b8..3f8a718a0 100644 --- a/chrome/content/zotero/xpcom/sync/syncAPIClient.js +++ b/chrome/content/zotero/xpcom/sync/syncAPIClient.js @@ -345,7 +345,7 @@ Zotero.Sync.APIClient.prototype = { headers: { "If-Unmodified-Since-Version": libraryVersion }, - successCodes: [204] + successCodes: [204, 412] }); // Avoid logging error from Zotero.HTTP.request() in ConcurrentCaller if (xmlhttp.status == 412) {