commit e2d7c7e999d2cddd26b30780c2f37cd41d501c97 parent c55cacfb5ab26c38e0e54a572f2c26bb73afa210 Author: Dan Stillman <dstillman@zotero.org> Date: Fri, 7 Jul 2017 06:23:27 -0400 Fix full-text sync tests after 1da18e4ca79 Diffstat:
| M | 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 @@ -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) => {