Linting fixes.

This commit is contained in:
Roger Braun 2016-11-07 15:04:27 +01:00
parent d65112a625
commit 93eb6671c6
5 changed files with 13 additions and 14 deletions

View file

@ -27,7 +27,7 @@ const Timeline = {
fetchOlderStatuses () {
const store = this.$store
const credentials = store.state.users.currentUser.credentials
store.commit('setLoading', { timeline: this.timelineName, value: true });
store.commit('setLoading', { timeline: this.timelineName, value: true })
timelineFetcher.fetchAndUpdate({
store,
credentials,