mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
misspelling
This commit is contained in:
parent
351bf870ab
commit
85dbc7e2fb
@ -72,7 +72,7 @@ class RequestHelper {
|
||||
}
|
||||
|
||||
static post(service, endpoint, options = {}, form = false) {
|
||||
const body = form ? 'fromData' : 'body';
|
||||
const body = form ? 'formData' : 'body';
|
||||
|
||||
return service.requester.post(
|
||||
defaultRequest(service, endpoint, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user