chore: cleanup (#9)
All checks were successful
CD / test (push) Successful in 40s
CD / Build and push (push) Successful in 2m28s

This commit was merged in pull request #9.
This commit is contained in:
2024-08-11 13:08:06 +02:00
parent 637a789897
commit e84a409d82
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ func main() {
}
externalIpProvider, err = plainExternalIpProvider.New(plainConfig)
if err != nil {
panic(err)
}
default:
panic(fmt.Errorf("unknown external IP provider: %s", configClient.ExternalIPProvider.Type))
}