Skip to content

Commit 316c669

Browse files
committed
Re-export deleteCommentR from top GitHub module
1 parent d50776c commit 316c669

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/GitHub.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,10 @@ module GitHub (
106106
-- ** Comments
107107
-- | See <https://developer.github.com/v3/issues/comments/>
108108
--
109-
-- Missing endpoints:
110-
--
111-
-- * Delete comment
112109
commentR,
113110
commentsR,
114111
createCommentR,
112+
deleteCommentR,
115113
editCommentR,
116114

117115
-- ** Events

0 commit comments

Comments
 (0)