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

Commit

Permalink
feat(api/utils/xhr_wrapper): move to ponyfill from polyfill
Browse files Browse the repository at this point in the history
feat(api/utils/xhr_wrapper): move to ponyfill from polyfill
  • Loading branch information
Metnew committed Sep 17, 2017
1 parent 25e555d commit c76addb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/common/api/utils/xhr_wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'

/**
Expand Down

0 comments on commit c76addb

Please sign in to comment.