diff --git a/chrome/content/zotero/xpcom/sync/syncEngine.js b/chrome/content/zotero/xpcom/sync/syncEngine.js index f32671659..5f78979af 100644 --- a/chrome/content/zotero/xpcom/sync/syncEngine.js +++ b/chrome/content/zotero/xpcom/sync/syncEngine.js @@ -1593,6 +1593,7 @@ Zotero.Sync.Data.Engine.prototype._handleUploadError = Zotero.Promise.coroutine( } throw new Error(`Unexpected index value ${index}`); + case 409: // TEMP: from classic sync case 412: return this.UPLOAD_RESULT_LIBRARY_CONFLICT; }