JS: Fix a test case bug due to a typo

We got a missing result on that line
This commit is contained in:
Asger F
2025-02-21 20:31:42 +01:00
parent 1ee93cf51b
commit b734a3d804

View File

@@ -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) {