Remove old, broken Validation

This commit is contained in:
Samuel Lorch 2023-10-09 23:37:40 +02:00
parent e12a1fe16f
commit f67ec52fae
13 changed files with 39 additions and 64 deletions

View file

@ -1,5 +1,5 @@
package system
type System struct {
Users map[string]User `json:"users" validate:"required,dive"`
Users map[string]User `json:"users"`
}