Skip to content

Commit

Permalink
Merge pull request #15 from joelhill/external-mappings-id-interface
Browse files Browse the repository at this point in the history
made id within external mappings an interface
  • Loading branch information
joelhill authored Apr 10, 2021
2 parents b97722d + 52a5113 commit 906044a
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 906044a

Please sign in to comment.