Ver código fonte

add TODO comment

abhishek9686 5 meses atrás
pai
commit
7642ffc6ca
1 arquivos alterados com 1 adições e 1 exclusões
  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
 }