瀏覽代碼

add TODO comment

abhishek9686 5 月之前
父節點
當前提交
7642ffc6ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 }