Skip to content

Commit

Permalink
fix(Requester): fix the cloned PR and fake nontifications (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
itupix authored Jun 23, 2020
1 parent 46a1307 commit 85bfbc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/requester.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ export const getPullRequests = async ({
isFiltered,
profileId,
}) => {
numberOfLoadedPullRequests = 0;
if (organizations.length) {
const repositoriesToFetch = organizations
.filter(checkedElements)
Expand Down

0 comments on commit 85bfbc9

Please sign in to comment.