Skip to content

Commit

Permalink
made id within external mappings an interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Hill committed Apr 10, 2021
1 parent b97722d commit 52a5113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ type Handedness struct {
}

type ExternalMapping struct {
Source *string `json:"source"`
ID *int `json:"id"`
Source *string `json:"source"`
ID interface{} `json:"id"`
}

type GameLog struct {
Expand Down

0 comments on commit 52a5113

Please sign in to comment.