Skip to content

Commit

Permalink
1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbitskyy committed Oct 28, 2023
1 parent 2ac5019 commit d8d8d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitLab/Request.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Request {
/**
* @param {string} url
* @param {object:{method,headers,body}} options
* @return {Promise<{ok:boolean,json:function,text:function}>}
* @return {Promise<{}>}
*/
module.exports = (url, options) => {
const r = Request.getInstance()
Expand Down

0 comments on commit d8d8d82

Please sign in to comment.