Skip to content

Commit 068533f

Browse files
committed
chore: missed json/plain converter
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 0b2d411 commit 068533f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func (p *Plugin) initPool() error {
4444
dc = append(dc, converter.NewByteSlicePayloadConverter())
4545
dc = append(dc, converter.NewProtoJSONPayloadConverter())
4646
dc = append(dc, converter.NewProtoPayloadConverter())
47+
dc = append(dc, converter.NewJSONPayloadConverter())
4748

4849
if p.temporal.customDataConverter != nil {
4950
dc = append(dc, p.temporal.customDataConverter)

0 commit comments

Comments
 (0)