diff options
-rw-r--r-- | common_types.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common_types.go b/common_types.go index 862c962..272fb5b 100644 --- a/common_types.go +++ b/common_types.go @@ -48,10 +48,10 @@ type AltTitles struct { type listStatus struct { Status string `json:"status"` - Score string `json:"score"` + Score int `json:"score"` StartDate string `json:"start_date"` FinishDate string `json:"finish_date"` - Priority string `json:"priority"` + Priority int `json:"priority"` Tags string `json:"tags"` Comments string `json:"comments"` UpdatedAt string `json:"updated_at"` |