Skip to content

Commit

Permalink
local & send
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Jul 21, 2022
1 parent d5c956a commit fa3bf66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ func (i Item) ToWeb() *WebUnit {
Team: evt.GetDetail().GetGroup().GetName(),
Role: evt.GetDetail().GetGroup().GetRole(),
Sidc: getSIDC(i.type_),
Local: i.local,
Send: i.send,
}

w.Text, _ = i.msg.Detail.GetChildValue("remarks")
Expand Down

0 comments on commit fa3bf66

Please sign in to comment.