Initialise comment count as 0 for StackOverflow plugin (#347) [skip ci]
This commit is contained in:
@@ -112,7 +112,7 @@ const format = {
|
|||||||
tags,
|
tags,
|
||||||
is_answered:answered,
|
is_answered:answered,
|
||||||
answer_count:answers,
|
answer_count:answers,
|
||||||
comment_count:comments,
|
comment_count:comments = 0,
|
||||||
view_count:views,
|
view_count:views,
|
||||||
creation_date,
|
creation_date,
|
||||||
owner:{display_name:author},
|
owner:{display_name:author},
|
||||||
|
|||||||
Reference in New Issue
Block a user