test-set/node-heroku-bouncer-master/lib/router.js
Function exports
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(options) {
var cipher = encryptor(options.encryptionSecret);
var oauth = getOAuth();
var router = new express.Router();