diff --git a/backend/domain/memory/variables/entity/variable_meta_schema.go b/backend/domain/memory/variables/entity/variable_meta_schema.go index d0238e57..1e35e510 100644 --- a/backend/domain/memory/variables/entity/variable_meta_schema.go +++ b/backend/domain/memory/variables/entity/variable_meta_schema.go @@ -34,8 +34,6 @@ const ( variableMetaSchemaTypeNumber = "float" ) -// TODO: remove me later -// {"name":"app_var_arr","enable":true,"description":"121222","type":"list","readonly":false,"schema":{"type":"integer"}} type VariableMetaSchema struct { Type string `json:"type,omitempty"` Name string `json:"name,omitempty"`