chore: code cleanup service/webfinger

This commit is contained in:
Thomas Müller
2024-04-26 11:11:10 +02:00
parent f7fb0bc591
commit ac951eaaae
7 changed files with 15 additions and 40 deletions
@@ -32,6 +32,6 @@ func ParseConfig(cfg *config.Config) error {
return Validate(cfg)
}
func Validate(cfg *config.Config) error {
func Validate(_ *config.Config) error {
return nil
}