Skip to content

Commit

Permalink
fix(manager): do not request feedsource after fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Nov 8, 2017
1 parent b53d7e8 commit aa7dffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/actions/feeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function runFetchFeed (feedSource) {
.then(result => {
console.log('fetchFeed result', result)
// fetch feed source with versions
return dispatch(fetchFeedSource(feedSource.id, true))
// return dispatch(fetchFeedSource(feedSource.id, true))
})
}
}

0 comments on commit aa7dffa

Please # to comment.