From e2d7c7e999d2cddd26b30780c2f37cd41d501c97 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 7 Jul 2017 06:23:27 -0400 Subject: [PATCH] Fix full-text sync tests after 1da18e4ca79 --- chrome/content/zotero/xpcom/sync/syncFullTextEngine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {