Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad36627 commit c36b52eCopy full SHA for c36b52e
Github/Data/Definitions.hs
@@ -179,7 +179,7 @@ data Issue = Issue {
179
issueClosedAt :: Maybe GithubDate
180
,issueUpdatedAt :: GithubDate
181
,issueHtmlUrl :: String
182
- ,issueClosedBy :: Maybe String
+ ,issueClosedBy :: Maybe GithubOwner
183
,issueLabels :: [IssueLabel]
184
,issueNumber :: Int
185
,issueAssignee :: Maybe GithubOwner
0 commit comments