fix: nullable

This commit is contained in:
orion 2023-11-28 12:18:13 -06:00
parent 2d932a22a0
commit 5699ad5c54
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -391,7 +391,7 @@ type Branch =
, "name" :: String
, "protected" :: Boolean
, "required_approvals" :: Int
, "status_check_contexts" :: Array String
, "status_check_contexts" :: Maybe (Array String)
, "user_can_merge" :: Boolean
, "user_can_push" :: Boolean
}