Fix linter error.

This commit is contained in:
Roger Braun 2017-06-12 17:38:43 +02:00
parent 05ff878467
commit 93d6f424a0
1 changed files with 1 additions and 3 deletions

View File

@ -23,12 +23,10 @@ const AVATAR_UPDATE_URL = '/api/qvitter/update_avatar.json'
const QVITTER_USER_TIMELINE_URL = '/api/qvitter/statuses/user_timeline.json'
// const USER_URL = '/api/users/show.json'
import { each } from 'lodash'
import { each, map } from 'lodash'
const oldfetch = window.fetch
import { map } from 'lodash'
let fetch = (url, options) => {
const baseUrl = ''
const fullUrl = baseUrl + url