aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-11-07 15:04:27 +0100
committerRoger Braun <roger@rogerbraun.net>2016-11-07 15:04:27 +0100
commit93eb6671c6cfa2bf107faf37d4461ede7f3524a3 (patch)
tree5c214b20666d725c72bf52ba2b374a52f1c4ffc8 /src/components/timeline/timeline.js
parentd65112a62557c56e6959d85403b978d919d81496 (diff)
Linting fixes.
Diffstat (limited to 'src/components/timeline/timeline.js')
-rw-r--r--src/components/timeline/timeline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index e0c75d76..4ebc383f 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -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,