From 05e1f02af7449b34fdd6c0b711bcde00caca05a9 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 16 Aug 2016 14:54:23 +0200 Subject: [PATCH] Fix issue with build notifications; --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1cbd006..d0f8841 100644 --- a/index.js +++ b/index.js @@ -120,7 +120,7 @@ var handlers = { }); }, - build: function(body, msg) { + build: function(body, say) { var id = body.build_id; var status = body.build_status;