From 262760d2586cac48da27cf7eb5389116d4023dfe Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 10 Apr 2019 21:48:42 +0300 Subject: revert unnecessary changes --- src/components/who_to_follow/who_to_follow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/who_to_follow/who_to_follow.js') diff --git a/src/components/who_to_follow/who_to_follow.js b/src/components/who_to_follow/who_to_follow.js index 6e3386b3..be0b8827 100644 --- a/src/components/who_to_follow/who_to_follow.js +++ b/src/components/who_to_follow/who_to_follow.js @@ -36,7 +36,7 @@ const WhoToFollow = { getWhoToFollow () { const credentials = this.$store.state.users.currentUser.credentials if (credentials) { - apiService.suggestions({ credentials: credentials }) + apiService.suggestions({credentials: credentials}) .then((reply) => { this.showWhoToFollow(reply) }) -- cgit v1.2.3-70-g09d2