use es6 notation for exportFollows

revert-88c9ab44
aka 6 years ago
parent fed8781583
commit 3c525d6a3b

@ -165,9 +165,9 @@ const UserSettings = {
this.enableFollowsExport = false
this.$store.state.api.backendInteractor
.fetchFriends({id: this.$store.state.users.currentUser.id})
.then(function (friendList) {
.then((friendList) => {
this.exportPeople(friendList, 'friends.csv')
}.bind(this))
})
},
followListChange () {
// eslint-disable-next-line no-undef

Loading…
Cancel
Save