diff --git a/chrome/content/zotero/xpcom/sync/syncFullTextEngine.js b/chrome/content/zotero/xpcom/sync/syncFullTextEngine.js index 3d1b9df20..cacd380d9 100644 --- a/chrome/content/zotero/xpcom/sync/syncFullTextEngine.js +++ b/chrome/content/zotero/xpcom/sync/syncFullTextEngine.js @@ -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) => {