fix(discussion/shared): deleted unused fields slice

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2026-04-14 14:37:25 +01:00
parent afb1b7dfea
commit 9a42e904a5
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -1,25 +0,0 @@
package shared
// DiscussionFields lists the field names available for --json output on
// discussion commands.
var DiscussionFields = []string{
"id",
"number",
"title",
"body",
"url",
"closed",
"stateReason",
"author",
"category",
"labels",
"answered",
"answerChosenAt",
"answerChosenBy",
"comments",
"reactionGroups",
"createdAt",
"updatedAt",
"closedAt",
"locked",
}