diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index 9a63a11fc1..d896bf325d 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -562,8 +562,8 @@ Zotero.Attachments = new function(){ attachmentItem.attachmentPath = 'storage:' + options.filename; await attachmentItem.saveTx( Object.assign( - options.saveOptions || {}, - { notifierQueue } + { notifierQueue }, + options.saveOptions || {} ) );