Skip to content

Commit bdc70e0

Browse files
authored
fix: include Data field when converting PublishStreamRequest (#1248)
1 parent eda27eb commit bdc70e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/convert_from_protobuf.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ func (f ConvertFromProtobuf) PublishStreamRequest(protoReq *pluginv2.PublishStre
270270
return &PublishStreamRequest{
271271
PluginContext: f.PluginContext(protoReq.PluginContext),
272272
Path: protoReq.GetPath(),
273+
Data: protoReq.GetData(),
273274
}
274275
}
275276

0 commit comments

Comments
 (0)