Skip to content

Commit

Permalink
fix issue loading default profile mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Mar 10, 2016
1 parent 32be3e3 commit e2469e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (nconf.get('PROFILE_MAPPER')) {
} else if (nconf.get('PROFILE_MAPPER_FILE')) {
profileMapper = require(nconf.get('PROFILE_MAPPER_FILE'));
} else {
profileMapper = nconf.get('PROFILE_MAPPER');
profileMapper = require('./profileMapper');
}


Expand Down

0 comments on commit e2469e5

Please sign in to comment.