Skip to content

Commit

Permalink
code(pkg/builder) - unmarshal only value
Browse files Browse the repository at this point in the history
  • Loading branch information
PxyUp committed Feb 7, 2024
1 parent 55795b2 commit 50e1768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builder/number.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ func (s *number) ToJson() string {
}

func (s *number) Raw() json.RawMessage {
return toRaw(s)
return toRaw(s.value)
}

0 comments on commit 50e1768

Please sign in to comment.