From 85dbc7e2fb71ff74b88fe8441a348bb49cf57695 Mon Sep 17 00:00:00 2001 From: Igor Katsuba Date: Tue, 22 May 2018 22:44:17 +0300 Subject: [PATCH] misspelling --- src/infrastructure/RequestHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/RequestHelper.js b/src/infrastructure/RequestHelper.js index e1787840..906988d2 100644 --- a/src/infrastructure/RequestHelper.js +++ b/src/infrastructure/RequestHelper.js @@ -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, {