mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
OpenUrlRedirect: Fix test compilation
This commit is contained in:
@@ -5,6 +5,6 @@ const HASH = "#"
|
||||
func someUrl() string { return "semmle.com" }
|
||||
|
||||
// placeholder
|
||||
func isValidRedirect(s string) {
|
||||
func isValidRedirect(s string) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user