We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c567cc9 commit 560a338Copy full SHA for 560a338
backend/history/serialization.go
@@ -82,6 +82,6 @@ func DeserializeAttributes(eventType EventType, attributes []byte) (attr interfa
82
return nil, errors.New("unknown event type when deserializing attributes")
83
}
84
85
- err = json.Unmarshal([]byte(attributes), &attr)
+ err = json.Unmarshal(attributes, &attr)
86
return attr, err
87
0 commit comments