From c76addb5b1370b116b3137bb4eb3462b78d4b814 Mon Sep 17 00:00:00 2001 From: Vladimir Metnev Date: Sun, 17 Sep 2017 14:52:04 +0300 Subject: [PATCH] feat(api/utils/xhr_wrapper): move to ponyfill from polyfill feat(api/utils/xhr_wrapper): move to ponyfill from polyfill --- src/common/api/utils/xhr_wrapper.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/common/api/utils/xhr_wrapper.js b/src/common/api/utils/xhr_wrapper.js index cb924069..288b5ce7 100644 --- a/src/common/api/utils/xhr_wrapper.js +++ b/src/common/api/utils/xhr_wrapper.js @@ -2,10 +2,8 @@ * @flow */ -import { - getLocalToken, - resetLocalToken -} from 'api/LocalStorageCookiesSvc' +import {getLocalToken, resetLocalToken} from 'api/LocalStorageCookiesSvc' +import fetch from 'isomorphic-fetch' import _ from 'lodash' /**