Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c36b52e

Browse files
committed
[haskell-github#17] A Github Issue is closed by a GithubOwner type.
1 parent ad36627 commit c36b52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Github/Data/Definitions.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ data Issue = Issue {
179179
issueClosedAt :: Maybe GithubDate
180180
,issueUpdatedAt :: GithubDate
181181
,issueHtmlUrl :: String
182-
,issueClosedBy :: Maybe String
182+
,issueClosedBy :: Maybe GithubOwner
183183
,issueLabels :: [IssueLabel]
184184
,issueNumber :: Int
185185
,issueAssignee :: Maybe GithubOwner

0 commit comments

Comments
 (0)