Skip to content

Commit 5c81b46

Browse files
authored
Fix enum case value for mannequin in UserType
1 parent 8ba71c3 commit 5c81b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Danger/GitHubDSL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public extension GitHub {
198198
case user = "User"
199199
case organization = "Organization"
200200
case bot = "Bot"
201-
case mannequin
201+
case mannequin = "Mannequin"
202202
}
203203

204204
/// The UUID for the user organization.

0 commit comments

Comments
 (0)