Skip to content

Commit

Permalink
refactor(issues): remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: burntcarrot <aadhav.n1@gmail.com>
  • Loading branch information
burntcarrot committed Feb 18, 2022
1 parent 6befa7f commit 06f6f49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions command/issues/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ type ExportData struct {
Summary Summary `json:"summary"`
}

// type ExportDataCSV struct {
// Occurences [][]string `json:"occurences"`
// Summary Summary `json:"summary"`
// }

type Summary struct {
TotalOccurences int `json:"total_occurences"`
UniqueIssues int `json:"unique_issues"`
Expand Down

0 comments on commit 06f6f49

Please sign in to comment.