Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Remove redundant variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverOddOrEven committed Aug 16, 2014
1 parent 2c319c5 commit 99b6756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/controllers/users/users.password.server.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var _ = require('lodash'),
User = mongoose.model('User'),
config = require('../../../config/config'),
nodemailer = require('nodemailer'),
crypto = require('crypto'),
async = require('async'),
crypto = require('crypto');

Expand Down Expand Up @@ -245,4 +244,4 @@ exports.changePassword = function(req, res, next) {
message: 'User is not signed in'
});
}
};
};

0 comments on commit 99b6756

Please sign in to comment.