fix: nullable

This commit is contained in:
2023-11-28 12:18:57 -06:00
parent 5699ad5c54
commit df273eb635

View File

@@ -417,7 +417,7 @@ type BranchProtectionMutable r =
, "push_whitelist_usernames" :: Array String
, "require_signed_commits" :: Boolean
, "required_approvals" :: Int
, "status_check_contexts" :: Array String
, "status_check_contexts" :: Maybe (Array String)
, "unprotected_file_patterns" :: String
| r
)