Skip to content

Commit aa7dffa

Browse files
committed
fix(manager): do not request feedsource after fetch
1 parent b53d7e8 commit aa7dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/manager/actions/feeds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export function runFetchFeed (feedSource) {
236236
.then(result => {
237237
console.log('fetchFeed result', result)
238238
// fetch feed source with versions
239-
return dispatch(fetchFeedSource(feedSource.id, true))
239+
// return dispatch(fetchFeedSource(feedSource.id, true))
240240
})
241241
}
242242
}

0 commit comments

Comments
 (0)