From cccf33d6ddc48038e643e651bd4cddc3355dbf18 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 28 Feb 2019 12:53:37 -0500 Subject: #388: update naming properly --- src/components/nav_panel/nav_panel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/nav_panel/nav_panel.js') diff --git a/src/components/nav_panel/nav_panel.js b/src/components/nav_panel/nav_panel.js index c4034417..aa3f7605 100644 --- a/src/components/nav_panel/nav_panel.js +++ b/src/components/nav_panel/nav_panel.js @@ -1,4 +1,4 @@ -import requestFetcher from '../../services/notifications_fetcher/request_fetcher.service.js' +import followRequestFetcher from '../../services/follow_request_fetcher/follow_request_fetcher.service' const NavPanel = { created () { @@ -6,7 +6,7 @@ const NavPanel = { const store = this.$store const credentials = store.state.users.currentUser.credentials - requestFetcher.startFetching({ store, credentials }) + followRequestFetcher.startFetching({ store, credentials }) } }, computed: { -- cgit v1.2.3-70-g09d2