diff --git a/lib/Client.js b/lib/Client.js index 8979f03..1cf53b5 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -81,6 +81,8 @@ module.exports = prototypal({ options.body = JSON.stringify(options.body); } + const t = ''; + return this.getter.got(uri, options).then(res => res.body); }, });