fix comment that wasn't updated in test

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Erik Krogh Kristensen
2022-11-10 15:56:44 +01:00
committed by GitHub
parent c8b7eccc6f
commit 724a31b746

View File

@@ -173,5 +173,5 @@ const debug = require('debug')('test');
console.log(myPassword); // NOT OK
const myPasscode = foo();
console.log(myPasscode); // NOT OK - but not flagged
console.log(myPasscode); // NOT OK
});