🍱 fix lint

This commit is contained in:
Max Lerebourg
2023-03-04 12:11:22 +01:00
parent f0bb140596
commit dd322a966a
+1 -1
View File
@@ -130,7 +130,7 @@ func ValidateParams(config *Config) error {
if err := validateParamsIPs(config.ClientTrustedIPs, "ClientTrustedIPs"); err != nil {
return err
}
if _, err := GetVariable(config, "RedisCachePassword"); err != nil {
return err
}