test-set/node-slack-integrator-master/integrator.js
Function Integrator
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Integrator(config) {
var port = process.env.PORT || 3000,
hookUrl = 'https://hooks.slack.com/services/' + config.hookPath;
this.app = express();