From cec788554afe20b8c67357ede087b3c5c543be89 Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Fri, 14 Jun 2024 20:05:21 +0300 Subject: Daily Deviations --- comments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comments.go') 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"` -- cgit v1.2.3