Skip to content

Commit

Permalink
Removed invalid json tag. 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeutler committed Feb 20, 2025
1 parent d47ae67 commit 09324cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/decoder/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
)

type DecodedUplink struct {
features []Feature `json:"-"`
features []Feature
Data interface{} `json:"data"`
Metadata interface{} `json:"metadata"`
}
Expand Down

0 comments on commit 09324cd

Please sign in to comment.