diff options
Diffstat (limited to 'comments.go')
| -rw-r--r-- | comments.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.go b/comments.go index a78ab1a..e8b58e2 100644 --- a/comments.go +++ b/comments.go @@ -15,7 +15,7 @@ type Comments struct { Thread []struct { Replies, Likes int ID int `json:"commentId"` - Parent int `json:"ParrentId"` + Parent int `json:"parentId"` Posted time Author bool `json:"isAuthorHighlited"` |
