Skip to content

Commit

Permalink
Removed deprecated range match strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
savannah-ryan committed Apr 2, 2024
1 parent 7394953 commit 4a99e28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion us-street-api/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ type MatchStrategy string

const (
MatchStrict = MatchStrategy("strict")
MatchRange = MatchStrategy("range") // Deprecated
MatchInvalid = MatchStrategy("invalid")
MatchEnhanced = MatchStrategy("enhanced")
)
Expand Down

0 comments on commit 4a99e28

Please sign in to comment.