Audit changes.

This commit is contained in:
jdl
2026-06-13 15:18:17 +02:00
parent 528e67ea61
commit c0126c2036
4 changed files with 21 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ func Config_UpdateFull(
) (err error) {
Config_Sanitize(row)
if err = Config_Validate(row); err != nil {
return err
}