Fix sync event listener after 3872e646ac
This commit is contained in:
parent
cc04ddbe4d
commit
e25af42ef3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ Zotero.Sync.EventListeners.ChangeListener = new function () {
|
|||
syncSets
|
||||
);
|
||||
yield Zotero.DB.queryAsync(
|
||||
storageSQL + Array(storageSets.length / 3).fill('(?, ?)').join(', '),
|
||||
storageSQL + Array(storageSets.length / 2).fill('(?, ?)').join(', '),
|
||||
storageSets
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue