From d8d95af62578a6e9afdd7752a3240077348a2f84 Mon Sep 17 00:00:00 2001 From: Guy Ludvig <61701142+guy-frontegg@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:59:10 +0300 Subject: [PATCH] Update Client.js --- lib/Client.js | 2 ++ 1 file changed, 2 insertions(+) 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); }, });