all your semi-colons are belongs to me

This commit is contained in:
psychobunny
2014-10-08 12:18:32 -04:00
parent f4b5090738
commit 729ed6fbda
5 changed files with 6 additions and 6 deletions

View File

@@ -49,5 +49,5 @@ module.exports = function(User) {
async.apply(db.delete, 'loginAttempts:' + uid),
async.apply(db.delete, 'lockout:' + uid)
], callback);
}
};
};