misspelling

This commit is contained in:
Igor Katsuba 2018-05-22 22:44:17 +03:00
parent 351bf870ab
commit 85dbc7e2fb

View File

@ -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, {