Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 7, 2024
1 parent efbb8f7 commit 103ce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 103ce8b

Please sign in to comment.