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