UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m5s

This commit is contained in:
2026-04-23 16:16:59 +07:00
parent 98bf745f1b
commit 44a63f29c6
6 changed files with 12 additions and 11 deletions

View File

@@ -42,8 +42,6 @@ func init() {
})
}
func isValidURL(s string) bool {
u, err := url.ParseRequestURI(s)
if err != nil {