better defaults
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled
Build and Publish / BuildAndDeployArm64 (push) Has been cancelled

This commit is contained in:
2026-01-24 17:05:16 +01:00
parent 81609d6c20
commit 571f4f40cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ func getCountryFromHost(host string) string {
if strings.Contains(strings.ToLower(host), "-se") {
return "se"
}
return ""
return "se"
}
type MutationContext struct {