aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_settings/user_settings.js
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-03-30 07:22:30 -0400
committertaehoon <th.dev91@gmail.com>2019-04-27 08:31:06 -0400
commit6ea4154084b288f6f67ccf9c10829013c3cbe892 (patch)
treeb26ddb02397bc71e7841c3a67d82788b9a911bac /src/components/user_settings/user_settings.js
parent6d0e98a1c2c81c587b89736dbd2ac43a8c540d54 (diff)
change api function name
Diffstat (limited to 'src/components/user_settings/user_settings.js')
-rw-r--r--src/components/user_settings/user_settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_settings/user_settings.js b/src/components/user_settings/user_settings.js
index 32e92dc4..fa252e59 100644
--- a/src/components/user_settings/user_settings.js
+++ b/src/components/user_settings/user_settings.js
@@ -235,7 +235,7 @@ const UserSettings = {
})
},
importFollows (file) {
- return this.$store.state.api.backendInteractor.followImport(file)
+ return this.$store.state.api.backendInteractor.importFollows(file)
.then((status) => {
if (!status) {
throw new Error('failed')