parent
3ee5ee2029
commit
a25081f380
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func init() {
|
||||||
// TranslatableMessage represents JSON struct that can be translated with a Locale
|
// TranslatableMessage represents JSON struct that can be translated with a Locale
|
||||||
type TranslatableMessage struct {
|
type TranslatableMessage struct {
|
||||||
Format string
|
Format string
|
||||||
Args []any `json:"omitempty"`
|
Args []any `json:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// LoadRepo loads repository of the task
|
// LoadRepo loads repository of the task
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue