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 9da6d4e commit 37e99d9Copy full SHA for 37e99d9
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