浏览代码

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
 }