feat: 格式化代码
This commit is contained in:

committed by
zhengkunwang223

parent
24f61b0a4e
commit
972d0995e1
@@ -70,7 +70,7 @@ func ProcessData(c *Client, msg *WsMsg) {
|
||||
}
|
||||
|
||||
process := &files.Process{}
|
||||
json.Unmarshal(value, process)
|
||||
_ = json.Unmarshal(value, process)
|
||||
res = append(res, *process)
|
||||
}
|
||||
reByte, _ := json.Marshal(res)
|
||||
|
Reference in New Issue
Block a user