fix(backend): fixed nil meta issue for TabData messages in sink
This commit is contained in:
parent
b121c42f5a
commit
670721d1a7
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ func main() {
|
|||
case *messages.BatchMetadata:
|
||||
if m.TabId != "" {
|
||||
newMsg := &messages.TabData{TabId: m.TabId}
|
||||
newMsg.SetMeta(m.Meta())
|
||||
msg = newMsg
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue