Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
remove FormData.getHeaders method call. It does not suppored by nativ…
Browse files Browse the repository at this point in the history
…e FormData
  • Loading branch information
RusAlex authored and voidxnull committed Aug 21, 2016
1 parent 9178bee commit d801c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/client.js
Expand Up @@ -145,7 +145,6 @@ export default class ApiClient

if (data !== null) {
body = data;
headers = mergeObj(headers, data.getHeaders());
}

const req = fetch(
Expand Down

0 comments on commit d801c5c

Please sign in to comment.