change api function name

This commit is contained in:
taehoon 2019-03-30 07:22:30 -04:00
parent 6d0e98a1c2
commit 6ea4154084
3 changed files with 5 additions and 5 deletions

View file

@ -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')