Explorar o código

add TODO comment

abhishek9686 hai 5 meses
pai
achega
7642ffc6ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }