Skip to content

Commit 569a09f

Browse files
committed
rename method
1 parent 9298286 commit 569a09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/routes/actions/github.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ app.post('/actions/github/',
7070
.then(
7171
// no servers found with this branch/pr
7272
// send server selection status
73-
notServersForPullRequest()
73+
noServersForPullRequest()
7474
)
7575
.else(
7676
// servers following particular branch were found. Redeploy them with the new code
@@ -115,7 +115,7 @@ function parseGitHubPullRequest (req, res, next) {
115115
}
116116

117117

118-
function notServersForPullRequest () {
118+
function noServersForPullRequest () {
119119
return flow.series(
120120
instances.findContextVersionsForRepo('githubPullRequest.repo'),
121121
mw.req().set('contextVersionIds', 'instances'),

0 commit comments

Comments
 (0)