Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
geneh committed Jan 9, 2019
1 parent 2108f9b commit 0c8cf3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/fetcher/githubProcessor.js
Expand Up @@ -706,6 +706,7 @@ class GitHubProcessor {
return null;
}
let [document, repo, payload] = this._addEventBasics(request);
// Sometimes payload.pull_request is null instead of an object.
if (!payload.pull_request) {
return document;
}
Expand Down

0 comments on commit 0c8cf3f

Please sign in to comment.