We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee5ee2 commit a25081fCopy full SHA for a25081f
models/admin/task.go
@@ -44,7 +44,7 @@ func init() {
44
// TranslatableMessage represents JSON struct that can be translated with a Locale
45
type TranslatableMessage struct {
46
Format string
47
- Args []any `json:"omitempty"`
+ Args []any `json:",omitempty"`
48
}
49
50
// LoadRepo loads repository of the task
0 commit comments