fix(discussion list): replace state with closed in domain types
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
3f52503a67
commit
236224dc44
5 changed files with 16 additions and 16 deletions
|
|
@ -8,7 +8,7 @@ var DiscussionFields = []string{
|
|||
"title",
|
||||
"body",
|
||||
"url",
|
||||
"state",
|
||||
"closed",
|
||||
"stateReason",
|
||||
"author",
|
||||
"category",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue