Skip to content

Commit

Permalink
Removed deprecated range option
Browse files Browse the repository at this point in the history
  • Loading branch information
savannah-ryan committed Apr 2, 2024
1 parent d8ceaee commit 9c87a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SmartyStreets/USStreet/USStreetLookup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Foundation
//
// See "https://smartystreets.com/docs/cloud/us-street-api#input-fields"
//
// match: Must be set to 'strict', 'range', or 'invalid'.
// match: Must be set to 'strict', 'enhanced', or 'invalid'.

public var result:[USStreetCandidate]!
public var inputId:String?
Expand Down

0 comments on commit 9c87a84

Please sign in to comment.