Skip to content

Commit

Permalink
decodeas json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NDStrahilevitz committed Nov 8, 2024
1 parent 4e47757 commit 74d839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/trace/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ type ArgMeta struct {
Type string `json:"type"`

// DecodeAs includes designates the decoding strategy.
DecodeAs DecodeAs `json: "-`
DecodeAs DecodeAs `json:"-"`
// Zero contains the zero value for Argument.Value.
// It is automatically initialized based on ArgMeta.Type when the Core DefinitionGroup is initialized.
Zero interface{} `json:"-"`
Expand Down

0 comments on commit 74d839d

Please sign in to comment.