Skip to content

Commit c2a4327

Browse files
committed
fix linting issue
1 parent beb2c08 commit c2a4327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrongsecrets-balancer/src/proxy/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function proxyTrafficToJuiceShop(req, res) {
137137
ws: true,
138138
};
139139
}
140-
logger.info(`we got ${teamname} requesting ${target.target}`);
140+
logger.info(`we got ${teamname} requesting ${target.target}`);
141141

142142
//TODO: FIX THAT THIS WILL WORK IN THE FUTURE!
143143
if (req.path === '/guaclite') {

0 commit comments

Comments
 (0)