Skip to content

Commit

Permalink
boom not Boom
Browse files Browse the repository at this point in the history
  • Loading branch information
brucecoddington committed Mar 19, 2015
1 parent 4da0845 commit 91cdd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/login.controller.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Q = require('q');
var Boom = require('Boom');
var Boom = require('boom');
var Bcrypt = require('bcrypt');
var db = require('../services/db');
var props = require('../properties');
Expand Down

0 comments on commit 91cdd2d

Please sign in to comment.