Skip to content

Commit

Permalink
this one too
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe committed Nov 27, 2017
1 parent 3185162 commit 925661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type DuplicateReport struct {
DupeReportModifier is the weighting of the an image duplicate report.
*/
type DupeReportModifier struct {
ID string `json:"id"`
ID int64 `json:"id"`
Name string `json:"name"`
Avatar string `json:"avatar"`
CommentCount int `json:"comment_count"`
Expand Down

0 comments on commit 925661b

Please sign in to comment.