Skip to content

Commit

Permalink
SKARA-2277
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaosongzs committed Jun 4, 2024
1 parent 53601bb commit d5ceab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public void setBody(String body) {
}

private Comment parseComment(JSONValue comment) {
var ret = new Comment(Integer.toString(comment.get("id").asInt()),
var ret = new Comment(comment.get("id").asString(),
comment.get("body").asString(),
host.parseUserField(comment),
ZonedDateTime.parse(comment.get("created_at").asString()),
Expand Down

0 comments on commit d5ceab2

Please sign in to comment.