mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
JS: Fix a test case bug due to a typo
We got a missing result on that line
This commit is contained in:
@@ -110,7 +110,7 @@ app.get('/array/join', function(req, res) {
|
||||
});
|
||||
|
||||
function sendUserToUrl(res, nextUrl) {
|
||||
res.redrect(nextUrl); // $ Alert - value comes from query parameter
|
||||
res.redirect(nextUrl); // $ Alert - value comes from query parameter
|
||||
}
|
||||
|
||||
app.get('/call', function(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user