Skip to content

Commit ee97934

Browse files
Update main.go
1 parent 1fb929b commit ee97934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func main() {
3434
}
3535

3636
if rule.Allow != "" {
37-
domains.Allows(rule.Allow)
37+
domains.Allow(rule.Allow)
3838
}
3939
}
4040

0 commit comments

Comments
 (0)