Skip to content

Commit

Permalink
Merge pull request #2 from EchoesHQ/work-around-deserialize-error
Browse files Browse the repository at this point in the history
do not deserialize unknown and unused extra-data
  • Loading branch information
lucasdicioccio authored Sep 12, 2022
2 parents d3fb94b + 750ea83 commit 89b39f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apicommunication/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ type HistoryMetadata struct {
EmailDescription string `json:"emailDescription"`
// EmailDescriptionKey is the The description key of the email address associated the history record.
EmailDescriptionKey string `json:"emailDescriptionKey"`
ExtraData string `json:"extraData"`
// LDC: commenting-out as it fails on json-objects and we do not use it. ExtraData string `json:"extraData"`
// Generator is the Details of the system that generated the history record.
Generator struct {
*HistoryMetadataParticipant `json:",inline"`
Expand Down

0 comments on commit 89b39f4

Please sign in to comment.