retorquere / zotero-sync

https://retorque.re/zotero-sync/
GNU Affero General Public License v3.0
33 stars 3 forks source link

fix incorrect slice end-index argument #12

Closed cboulanger closed 3 years ago

cboulanger commented 3 years ago

array.prototype.slice takes start-index, end-index as arguments, not start-index, length. Because of the bug, the sync wasn't working for more than 50 references.