Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 40ea758

Browse files
Merge pull request #1210 from zamith/patch-1
Does not always return on org-pulls
2 parents 3ca216d + a2d90c0 commit 40ea758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/github-pulls.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = (robot) ->
6363

6464
unless (org_name)
6565
msg.send "No organization specified, please provide one or set HUBOT_GITHUB_ORG accordingly."
66-
return
66+
return
6767

6868
url = "#{url_api_base}/orgs/#{org_name}/issues?filter=all"
6969
github.get url, (issues) ->

0 commit comments

Comments
 (0)