Skip to content

Commit

Permalink
Fixing RegistrationMode (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie authored Jul 3, 2023
1 parent 71ac628 commit a8c8ceb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Foundation

public enum RegistrationMode: String, Codable, CustomStringConvertible, CaseIterable {
case closed
case open
case closed = "Closed"
case open = "Open"
case requireApplication = "RequireApplication"

public var description: String {
Expand Down

0 comments on commit a8c8ceb

Please sign in to comment.