Skip to content

Commit

Permalink
Removing omitempty for send_after field (#137)
Browse files Browse the repository at this point in the history
* Removed omitempty from the TimeAmount variable
  • Loading branch information
koushik-swaminathan authored Oct 18, 2023
1 parent fd5d61c commit 07b7fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion og/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const (
)

type SendAfter struct {
TimeAmount uint32 `json:"timeAmount,omitempty"`
TimeAmount uint32 `json:"timeAmount"`
TimeUnit string `json:"timeUnit,omitempty"`
}

Expand Down

0 comments on commit 07b7fdb

Please sign in to comment.