mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
🎨 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 "" != currentTaskAction {
|
||||||
if nil != actionLangs {
|
if nil != actionLangs {
|
||||||
if label := actionLangs[currentTaskAction]; nil != label {
|
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
Add a link
Reference in a new issue