abhishek9686 5 mesi fa
parent
commit
7642ffc6ca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      logic/settings.go

+ 1 - 1
logic/settings.go

@@ -38,7 +38,7 @@ func UpsertServerSettings(s models.ServerSettings) error {
 }
 
 func ValidateNewSettings(req models.ServerSettings) bool {
-
+	// TODO: add checks for different fields
 	return true
 }