From 4bdb44abb553d4fa35517753c629ca272c06049f Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Thu, 8 Nov 2018 09:21:32 -0500 Subject: [PATCH] fixed pull_request typo. --- server/controllers/lighthouse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/controllers/lighthouse.js b/server/controllers/lighthouse.js index 5c3fd4c..b715c5a 100644 --- a/server/controllers/lighthouse.js +++ b/server/controllers/lighthouse.js @@ -448,7 +448,7 @@ class LighthouseControllers { if (status) { let notification = JSON.parse(payload); if (notification.branch === 'master') { - if (!notification.isPullRequest) { + if (!notification.pull_request) { logToSlack('Auto Updating Lighthouse - ' + notification.message); update(); ctx.body = 'OK';