Skip to content

Commit

Permalink
Fix json casing (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneajeffery authored Apr 21, 2024
1 parent 04a5886 commit a51f4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wowp/characterReputations.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type CharacterReputationsSummary struct {
Max int `json:"max"`
Tier int `json:"tier"`
Name string `json:"name"`
RenownLevel int `json:"renownLevel"`
RenownLevel int `json:"renown_level"`
} `json:"standing"`
Paragon struct {
Raw int `json:"raw"`
Expand Down

0 comments on commit a51f4a8

Please sign in to comment.