Allow 412 when uploading deletions
This commit is contained in:
parent
110f637d1e
commit
53478f4752
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue