Skip to content

Commit

Permalink
removes unneeded omitempty
Browse files Browse the repository at this point in the history
  • Loading branch information
valxntine committed Apr 30, 2024
1 parent 8b73166 commit 4fd8b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Response struct {
}

type Context struct {
Times int `json:"times,omitempty"`
Times int `json:"times"`
}

type Definition struct {
Expand Down

0 comments on commit 4fd8b4f

Please sign in to comment.