We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb929b commit ee97934Copy full SHA for ee97934
main.go
@@ -34,7 +34,7 @@ func main() {
34
}
35
36
if rule.Allow != "" {
37
- domains.Allows(rule.Allow)
+ domains.Allow(rule.Allow)
38
39
40
0 commit comments