diff --git a/src/api/public.js b/src/api/public.js index cdb3a1305..bd3f56fce 100644 --- a/src/api/public.js +++ b/src/api/public.js @@ -1,5 +1,3 @@ -import { concat, each, last, map } from 'lodash' - import { paramsString, promisedRequest } from './helpers.js' import { diff --git a/src/api/user.js b/src/api/user.js index 127debdea..ce41c0c21 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -1,4 +1,4 @@ -import { concat, each, last, map } from 'lodash' +import { concat, last } from 'lodash' import { paramsString, promisedRequest } from './helpers.js' import { fetchFriends, MASTODON_STATUS_URL } from './public.js'