Skip to content

Commit

Permalink
Added String type to UserTier enum. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-kip authored Dec 19, 2024
1 parent 11ce27b commit ef1e000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import HTTPTypes
import Hummingbird

enum UserTier: Equatable, CaseIterable, Hashable, Codable {
enum UserTier: String, Equatable, CaseIterable, Hashable, Codable {
case tier1
case tier2
case tier3
Expand Down

0 comments on commit ef1e000

Please sign in to comment.