Skip to content

Commit

Permalink
fix: include Data field when converting PublishStreamRequest (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Feb 27, 2025
1 parent eda27eb commit bdc70e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/convert_from_protobuf.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ func (f ConvertFromProtobuf) PublishStreamRequest(protoReq *pluginv2.PublishStre
return &PublishStreamRequest{
PluginContext: f.PluginContext(protoReq.PluginContext),
Path: protoReq.GetPath(),
Data: protoReq.GetData(),
}
}

Expand Down

0 comments on commit bdc70e0

Please sign in to comment.