Skip to content

Commit 560a338

Browse files
committed
linter: unconvert
1 parent c567cc9 commit 560a338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/history/serialization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ func DeserializeAttributes(eventType EventType, attributes []byte) (attr interfa
8282
return nil, errors.New("unknown event type when deserializing attributes")
8383
}
8484

85-
err = json.Unmarshal([]byte(attributes), &attr)
85+
err = json.Unmarshal(attributes, &attr)
8686
return attr, err
8787
}

0 commit comments

Comments
 (0)