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.
2 parents d6dd8c4 + 37e99d9 commit 61c92deCopy full SHA for 61c92de
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