generated from tpl/purs
fix: mut vs immut repo fields
This commit is contained in:
parent
fc37992181
commit
d52674fad9
@ -250,22 +250,16 @@ type RepoSectionVisibilityImmutable r =
|
||||
type RepoSectionProfileMutable r =
|
||||
( "avatar_url" :: String
|
||||
, "description" :: String
|
||||
, "language" :: String
|
||||
, "languages_url" :: String
|
||||
, "link" :: String
|
||||
, "original_url" :: String
|
||||
, "website" :: String
|
||||
| r
|
||||
)
|
||||
|
||||
type RepoSectionProfileImmutable r =
|
||||
( "avatar_url" :: String
|
||||
, "description" :: String
|
||||
, "language" :: String
|
||||
, "languages_url" :: String
|
||||
, "link" :: String
|
||||
, "original_url" :: String
|
||||
, "website" :: String
|
||||
| r
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user