diff options
| author | lost+skunk <[email protected]> | 2024-06-14 20:05:21 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-06-14 20:05:21 +0300 |
| commit | cec788554afe20b8c67357ede087b3c5c543be89 (patch) | |
| tree | b41e26b4e2c50cb1159c0084d2800793ca278046 /comments.go | |
| parent | 8f645d7ccb01c15650958f2f9dd14f15f9afd72b (diff) | |
| download | devianter-cec788554afe20b8c67357ede087b3c5c543be89.tar.gz devianter-cec788554afe20b8c67357ede087b3c5c543be89.tar.bz2 devianter-cec788554afe20b8c67357ede087b3c5c543be89.zip | |
Daily Deviations
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"` |
