diff --git a/og/entity.go b/og/entity.go index 2215d9a..2882459 100644 --- a/og/entity.go +++ b/og/entity.go @@ -346,7 +346,7 @@ const ( ) type SendAfter struct { - TimeAmount uint32 `json:"timeAmount,omitempty"` + TimeAmount uint32 `json:"timeAmount"` TimeUnit string `json:"timeUnit,omitempty"` }