Fix full-text sync tests after 1da18e4ca7
This commit is contained in:
parent
c55cacfb5a
commit
e2d7c7e999
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Zotero.Sync.Data.FullTextEngine.prototype._download = Zotero.Promise.coroutine(f
|
|||
keys,
|
||||
(key) => {
|
||||
this._stopCheck();
|
||||
this.apiClient.getFullTextForItem(
|
||||
return this.apiClient.getFullTextForItem(
|
||||
this.library.libraryType, this.library.libraryTypeID, key
|
||||
)
|
||||
.then((results) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue