🎨 Clean code
This commit is contained in:
parent
7b41e698e1
commit
86a62879ea
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func StatusJob() {
|
|||
if "" != currentTaskAction {
|
||||
if nil != actionLangs {
|
||||
if label := actionLangs[currentTaskAction]; nil != label {
|
||||
items = append([]map[string]interface{}{map[string]interface{}{"action": label.(string)}}, items...)
|
||||
items = append([]map[string]interface{}{{"action": label.(string)}}, items...)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue