c137max

Results 1 issues of c137max

### Provide the Bytebase version you are using 3.6.2 ### Describe the bug - `backend/common/util.go` ```go func NormalizeExternalURL(url string) (string, error) { r := strings.TrimSpace(url) r = strings.TrimSuffix(r, "/") if...