Skip to content

Commit

Permalink
Remove Geolocate type
Browse files Browse the repository at this point in the history
  • Loading branch information
XanSmarty committed Oct 26, 2023
1 parent d4132e9 commit d83e1e0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ import Foundation
public var locality:String?
public var postalCode:String?

public enum InternationalGeolocateType: String, Codable {
case ip_address
case none
}

enum CodingKeys: String, CodingKey {
case country = "country"
case search = "search"
Expand Down

0 comments on commit d83e1e0

Please sign in to comment.