change api function name
This commit is contained in:
parent
6d0e98a1c2
commit
6ea4154084
3 changed files with 5 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue