Skip to content

Commit 5d7230d

Browse files
committed
remove unused code
1 parent 34a413d commit 5d7230d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/github/discussions.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ func ListDiscussions(getGQLClient GetGQLClientFn, t translations.TranslationHelp
8484
direction = "DESC"
8585
}
8686

87-
/* orderByInput := map[string]interface{}{
88-
"field": orderBy,
89-
"direction": direction,
90-
} */
91-
92-
9387
// Now execute the discussions query
9488
var discussions []*github.Discussion
9589
if categoryID != nil {

0 commit comments

Comments
 (0)