diff --git a/server/pkg/ql/ast_nodes.go b/server/pkg/ql/ast_nodes.go index 03daa5d4d..417754c70 100644 --- a/server/pkg/ql/ast_nodes.go +++ b/server/pkg/ql/ast_nodes.go @@ -16,7 +16,7 @@ type ( // Meta holds additional node data // while processing the AST - Meta map[string]any + Meta map[string]any `json:"-"` Ref string `json:"ref,omitempty"` Args ASTNodeSet `json:"args,omitempty"`