From 1b856f261f590196a3d2521f25dc928b7f3fb65f Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 14 Oct 2018 16:24:14 -0400 Subject: [PATCH] updates --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index f3cd3a6..c01d680 100644 --- a/routes/index.js +++ b/routes/index.js @@ -63,7 +63,7 @@ router.all('/', function(req, res, next) { var call = (req.body.created && 'create') || (req.body.deleted && 'delete') || 'update'; - console.log('body'); + console.log(body); var branch = req.body.ref.replace('refs/heads/', ''); var sshURL = req.body.repository.ssh_url;