We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae3064 commit 07e9df0Copy full SHA for 07e9df0
MapboxGeocoder/MBGeocoder.swift
@@ -301,7 +301,7 @@ open class Geocoder: NSObject {
301
failureReason = "More than \(formattedCount) requests have been made with this access token within a period of \(formattedInterval)."
302
}
303
if let rolloverTime = response.rateLimitResetTime {
304
- let formattedDate = DateFormatter.localizedString(from: rolloverTime, dateStyle: .long, timeStyle: .full)
+ let formattedDate = DateFormatter.localizedString(from: rolloverTime, dateStyle: .long, timeStyle: .long)
305
recoverySuggestion = "Wait until \(formattedDate) before retrying."
306
307
default:
0 commit comments