Skip to content

Commit

Permalink
Merge pull request #53 from cyruzin/hotfix/people_changes
Browse files Browse the repository at this point in the history
people changes
  • Loading branch information
cyruzin authored Jan 4, 2024
2 parents 6388ea1 + 932cb04 commit 0872059
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions people.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,9 @@ type PersonChanges struct {
ID string `json:"id"`
Action string `json:"action"`
Time string `json:"time"`
OriginalValue struct {
Profile struct {
FilePath string `json:"file_path"`
} `json:"profile"`
} `json:"original_value"`
Iso639_1 string `json:"iso_639_1"`
Iso3166_1 string `json:"iso_3166_1"`
OriginalValue string `json:"original_value"`
} `json:"items"`
} `json:"changes"`
}
Expand Down

0 comments on commit 0872059

Please sign in to comment.