diff options
| author | taehoon <th.dev91@gmail.com> | 2019-03-30 07:22:30 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-27 08:31:06 -0400 |
| commit | 6ea4154084b288f6f67ccf9c10829013c3cbe892 (patch) | |
| tree | b26ddb02397bc71e7841c3a67d82788b9a911bac /src/components/user_settings/user_settings.js | |
| parent | 6d0e98a1c2c81c587b89736dbd2ac43a8c540d54 (diff) | |
change api function name
Diffstat (limited to 'src/components/user_settings/user_settings.js')
| -rw-r--r-- | src/components/user_settings/user_settings.js | 2 |
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') |
