From 103ce8baff4a5829e8e2eb3b9fcbe31eea6fb6a4 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 7 Oct 2024 11:56:27 +0200 Subject: [PATCH] fix linter --- lib/middleware/proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/middleware/proxy.js b/lib/middleware/proxy.js index 2bb7924..65f3d85 100644 --- a/lib/middleware/proxy.js +++ b/lib/middleware/proxy.js @@ -218,7 +218,7 @@ function accountInfo(req, res, next) { }); } req.fwdResponse = req.fwdResponse.on('response', function(res) { - var accessMsg = "Right Attempt"; + var accessMsg = 'Right Attempt'; // CHeck here MATCH file patterns: if (req.userName in configAccessMatch.users ) {