mirror of https://github.com/calzoneman/sync.git
Fix eslint error
This commit is contained in:
parent
edb5f94b7c
commit
1f10f0f09c
|
@ -638,8 +638,6 @@ function handleGetPasswordRecover(req, res) {
|
|||
return;
|
||||
}
|
||||
|
||||
var ip = req.realIP;
|
||||
|
||||
db.lookupPasswordReset(hash, function (err, row) {
|
||||
if (err) {
|
||||
sendPug(res, "account-passwordrecover", {
|
||||
|
|
Loading…
Reference in New Issue