Skip to content

Commit

Permalink
add expired case for ProfileState (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Jones <[email protected]>
  • Loading branch information
DechengMa and orj authored Sep 30, 2020
1 parent f26376d commit 065f8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Models/ProfileState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ import Foundation
public enum ProfileState: String, Codable {
case active = "ACTIVE"
case invalid = "INVALID"
case expired = "EXPIRED"
}

0 comments on commit 065f8e5

Please sign in to comment.