Fix sync event listener after 3872e646ac

This commit is contained in:
Dan Stillman 2017-09-15 21:02:38 -04:00
parent cc04ddbe4d
commit e25af42ef3

View file

@ -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
);
});