mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Correct typo example
This commit is contained in:
@@ -25,7 +25,7 @@ const server = http.createServer((req, res) => {
|
||||
// GOOD
|
||||
username = sanitizeInput(username);
|
||||
|
||||
client.search('o=example', { filter: `(|(name=${username}})(username=${username}))` }, function (err, res) {
|
||||
client.search('o=example', { filter: `(|(name=${username})(username=${username}))` }, function (err, res) {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user