From 925661ba5336823aaa2de54779e6d5795c88addf Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 26 Nov 2017 20:35:35 -0800 Subject: [PATCH] this one too --- image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.go b/image.go index 24f3199..ab772cb 100644 --- a/image.go +++ b/image.go @@ -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"`