mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
chore: Fix linting
This commit is contained in:
parent
216128dc47
commit
0d14dff49b
@ -7,7 +7,13 @@ import StreamableRequest from 'request';
|
||||
function defaultRequest(
|
||||
{ url, useXMLHttpRequest },
|
||||
endpoint,
|
||||
{ headers, body, qs, formData, resolveWithFullResponse = false },
|
||||
{
|
||||
headers,
|
||||
body,
|
||||
qs,
|
||||
formData,
|
||||
resolveWithFullResponse = false,
|
||||
},
|
||||
) {
|
||||
const params = {
|
||||
url: URLJoin(url, endpoint),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user