fix(discussion list): replace state with closed in domain types

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2026-04-14 11:52:52 +01:00
parent 3f52503a67
commit 236224dc44
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E
5 changed files with 16 additions and 16 deletions

View file

@ -8,7 +8,7 @@ var DiscussionFields = []string{
"title",
"body",
"url",
"state",
"closed",
"stateReason",
"author",
"category",