Skip to content

Commit 9e1d2bd

Browse files
committed
fix(feedback): include reply field in default list output
1 parent 97506df commit 9e1d2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/feedback/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type listOptions struct {
1717
Type string
1818
}
1919

20-
var defaultListFields = []string{"_id", "app", "type", "resolution", "content", "attachments", "createdAt"}
20+
var defaultListFields = []string{"_id", "app", "type", "resolution", "reply", "content", "attachments", "createdAt"}
2121

2222
func NewCmdFeedbackList(f *factory.Factory) *cobra.Command {
2323
opts := &listOptions{}

0 commit comments

Comments
 (0)