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 c62608c commit 3b24f41Copy full SHA for 3b24f41
src/GitHub/Data/Activities.hs
@@ -26,7 +26,7 @@ instance FromJSON RepoStarred where
26
27
data Subject = Subject
28
{ subjectTitle :: !Text
29
- , subjectURL :: !URL
+ , subjectURL :: !(Maybe URL)
30
, subjectLatestCommentURL :: !(Maybe URL)
31
-- https://developer.github.com/v3/activity/notifications/ doesn't indicate
32
-- what the possible values for this field are.
0 commit comments