minor code styling and logging stuff

This commit is contained in:
Cihan Bebek
2017-07-05 13:03:13 +03:00
parent 4328c23cba
commit 20982e32a6
4 changed files with 34 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
'use strict';
var validator = require('validator');
var slack = require('../services/slack');
var github = require('../services/github');
var slack = require('../services/slack');
var github = require('../services/github');
module.exports = function (app) {
/*