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 7f47b11 commit 940581dCopy full SHA for 940581d
Github/Data/Definitions.hs
@@ -357,7 +357,7 @@ data Repo = Repo {
357
,repoName :: String
358
,repoLanguage :: Maybe String
359
,repoMasterBranch :: Maybe String
360
- ,repoPushedAt :: GithubDate
+ ,repoPushedAt :: Maybe GithubDate -- ^ this is Nothing for new repositories
361
,repoId :: Int
362
,repoUrl :: String
363
,repoOpenIssues :: Int
0 commit comments