From bda1e25f5eb9f60160f7ea3a59d7d8e137f3acec Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Thu, 23 Jun 2016 22:25:26 +0200 Subject: [PATCH] Subtle bug is subtle; --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index f909bbc..62817ea 100644 --- a/index.js +++ b/index.js @@ -78,6 +78,8 @@ var handlers = { var msg = [projectName + ': merge request (' + from + ':' + to + ') #' + id + ' has changed state ("' + state + '")']; msg.push(title); msg.push(url); + + return msg; }, build: function(body) {