diff --git a/src/lib/Fetcher.js b/src/lib/Fetcher.js index 3103145..5099258 100644 --- a/src/lib/Fetcher.js +++ b/src/lib/Fetcher.js @@ -57,7 +57,7 @@ class Fetcher { this.auth = null /** curry to allow convenient syntax with map */ - this._saveViaBlueprinter = R.curry(this._saveViaBlueprinter) + this._saveViaBlueprinter = R.curry(this._saveViaBlueprinter.bind(this)) } _buildBlueprintsAsync () {