aboutsummaryrefslogtreecommitdiff
path: root/src/services/api/api.service.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-01-15 18:39:24 +0300
committerHenry Jameson <me@hjkos.com>2019-01-15 18:39:24 +0300
commitd7bd294666cba08b6f6a8d447fbdf4cd59e66b2b (patch)
tree9d7dd0c515dc8f91c1ea55c5c2359ac50e8979da /src/services/api/api.service.js
parent966a9e78aff1c714e4429f8828ba7d656cb300e6 (diff)
migrated some tests to normalizer, fixed some potential bug, fixed tests to use
normalized naming instead of raw qvitter api objects. needs more tests tho.
Diffstat (limited to 'src/services/api/api.service.js')
-rw-r--r--src/services/api/api.service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/api/api.service.js b/src/services/api/api.service.js
index e82f4f81..14a526ef 100644
--- a/src/services/api/api.service.js
+++ b/src/services/api/api.service.js
@@ -44,7 +44,7 @@ const SUGGESTIONS_URL = '/api/v1/suggestions'
const MASTODON_USER_FAVORITES_TIMELINE_URL = '/api/v1/favourites'
import { each, map } from 'lodash'
-import { parseStatus, parseUser, parseNotification } from '../status_normalizer/status_normalizer.service.js'
+import { parseStatus, parseUser, parseNotification } from '../entity_normalizer/entity_normalizer.service.js'
import 'whatwg-fetch'
const oldfetch = window.fetch