diff options
| author | dave <starpumadev@gmail.com> | 2019-02-28 12:53:37 -0500 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-02-28 12:53:37 -0500 |
| commit | cccf33d6ddc48038e643e651bd4cddc3355dbf18 (patch) | |
| tree | 667f3721bc1fbdd5e3363d51ddc61ca2d700791f /src/components/nav_panel | |
| parent | 9f1214555e3e759cc26b10144b12f5c3a2852710 (diff) | |
#388: update naming properly
Diffstat (limited to 'src/components/nav_panel')
| -rw-r--r-- | src/components/nav_panel/nav_panel.js | 4 |
1 files changed, 2 insertions, 2 deletions
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: { |
