Skip to content

Commit

Permalink
Update Client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-frontegg authored Jun 5, 2023
1 parent 0536be5 commit d8d95af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
},
});

0 comments on commit d8d95af

Please sign in to comment.