Commit e1ab523
authored
Remove use of
Use of `Str::slug` when building reverse geocoding cache key was redundant as the characters allowed in the cache are already controller.
This fixes a bug where geolocation with opposites lat/lngs (45/73 vs -45/73 vs 45/-73 vs -45/-73) would all have the same cache key.Str::slug when building reverse geocoding cache key1 parent 6c562f9 commit e1ab523
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments