diff options
| author | Edijs <iamedijs@hotmail.com> | 2019-02-07 16:23:18 -0700 |
|---|---|---|
| committer | Edijs <iamedijs@hotmail.com> | 2019-02-07 16:23:18 -0700 |
| commit | 0dc7c45f324c246cc74c6ed55c006c67742c4139 (patch) | |
| tree | 821558383453a9dcdfdaa452b91ce6307f1f060c /src/components/public_timeline/public_timeline.js | |
| parent | 19870c0b6d4f7cb73e36b16d3c09d2011e6367a9 (diff) | |
Code refactoring
Diffstat (limited to 'src/components/public_timeline/public_timeline.js')
| -rw-r--r-- | src/components/public_timeline/public_timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/public_timeline/public_timeline.js b/src/components/public_timeline/public_timeline.js index 9b866be8..64c951ac 100644 --- a/src/components/public_timeline/public_timeline.js +++ b/src/components/public_timeline/public_timeline.js @@ -7,7 +7,7 @@ const PublicTimeline = { timeline () { return this.$store.state.statuses.timelines.public } }, created () { - this.$store.dispatch('startFetching', 'public') + this.$store.dispatch('startFetching', { timeline: 'public' }) }, destroyed () { this.$store.dispatch('stopFetching', 'public') |
