Skip to content

Commit a8c8ceb

Browse files
authored
Fixing RegistrationMode (#33)
1 parent 71ac628 commit a8c8ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Lemmy-Swift-Client/Lemmy API/Enums/RegistrationMode.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Foundation
22

33
public enum RegistrationMode: String, Codable, CustomStringConvertible, CaseIterable {
4-
case closed
5-
case open
4+
case closed = "Closed"
5+
case open = "Open"
66
case requireApplication = "RequireApplication"
77

88
public var description: String {

0 commit comments

Comments
 (0)