Explorar el Código

add TODO comment

abhishek9686 hace 5 meses
padre
commit
7642ffc6ca
Se han modificado 1 ficheros con 1 adiciones y 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
 }