no more "broken favorite"

This commit is contained in:
Henry Jameson 2018-12-19 01:55:53 +03:00
parent 562c68a51c
commit 5c2030e467
7 changed files with 3 additions and 54 deletions

View file

@ -46,9 +46,6 @@ const api = {
store.commit('addFetcher', {timeline, fetcher})
}
},
fetchOldPost (store, { postId }) {
store.state.backendInteractor.fetchOldPost({ store, postId })
},
stopFetching (store, timeline) {
const fetcher = store.state.fetchers[timeline]
window.clearInterval(fetcher)