fix audit service

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2022-08-17 14:20:05 +02:00
committed by kobergj
parent 66ff20442f
commit 152ce60d87
8 changed files with 29 additions and 7 deletions
@@ -32,6 +32,7 @@ func ParseConfig(cfg *config.Config) error {
return Validate(cfg)
}
// Validate validates the configuration
func Validate(cfg *config.Config) error {
return nil
}