Trashboxes fetching fixes
This commit is contained in:
@ -6,9 +6,9 @@ import { Category } from '../../assets/category'
|
||||
|
||||
const composeTrashboxURL = (position: LatLng, category: Category) => (
|
||||
API_URL + '/trashbox?' + new URLSearchParams({
|
||||
lat: position.lat.toString(),
|
||||
lng: position.lng.toString(),
|
||||
category: category,
|
||||
Lat: position.lat.toString(),
|
||||
Lng: position.lng.toString(),
|
||||
Category: category,
|
||||
}).toString()
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user