From 3bcbe62a409514cd59fc68a4c1261f51765ad825 Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Mon, 3 Apr 2023 13:39:05 +0800 Subject: [PATCH] fix issues --- internal/pkg/domain/def.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/pkg/domain/def.go b/internal/pkg/domain/def.go index d6f3984f..e717f2cb 100644 --- a/internal/pkg/domain/def.go +++ b/internal/pkg/domain/def.go @@ -80,7 +80,6 @@ type FieldBase struct { FieldSimple `yaml:",inline"` Config string `yaml:"config,omitempty"` - Select string `yaml:"select,omitempty"` Where string `yaml:"where,omitempty"` Limit int `yaml:"limit,omitempty"` -- GitLab