We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53d7e8 commit aa7dffaCopy full SHA for aa7dffa
lib/manager/actions/feeds.js
@@ -236,7 +236,7 @@ export function runFetchFeed (feedSource) {
236
.then(result => {
237
console.log('fetchFeed result', result)
238
// fetch feed source with versions
239
- return dispatch(fetchFeedSource(feedSource.id, true))
+ // return dispatch(fetchFeedSource(feedSource.id, true))
240
})
241
}
242
0 commit comments