From 1f10f0f09cb44c1cfba508d59eab677b5721bbad Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Thu, 19 Aug 2021 20:55:40 -0700 Subject: [PATCH] Fix eslint error --- src/web/account.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/web/account.js b/src/web/account.js index db59d348..248a75d4 100644 --- a/src/web/account.js +++ b/src/web/account.js @@ -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", {