fix: re-add question comments

This commit is contained in:
httpjamesm 2022-12-29 13:11:33 -05:00
parent 572fac9ec3
commit e6915ae849
3 changed files with 30 additions and 0 deletions

View file

@ -9,4 +9,5 @@ type FilteredQuestion struct {
AuthorName string
AuthorURL string
ShortenedBody string
Comments []FilteredComment
}