chore: generate

This commit is contained in:
GitHub Action
2026-01-10 14:55:55 +00:00
parent 1a642a79a6
commit a8f23fb548

View File

@@ -16,9 +16,7 @@ export function normalizeServerUrl(input: string) {
export function serverDisplayName(url: string) {
if (!url) return ""
return url
.replace(/^https?:\/\//, "")
.replace(/\/+$/, "")
return url.replace(/^https?:\/\//, "").replace(/\/+$/, "")
}
function projectsKey(url: string) {