diff --git a/mapper/src/App.js b/mapper/src/App.js index 0beba95..3c661be 100644 --- a/mapper/src/App.js +++ b/mapper/src/App.js @@ -462,8 +462,6 @@ function Menu({data, duration, setDuration, end, setEnd, slider, setSlider, subm try { const api_key = localStorage.getItem('api_key'); const params = { - end: end.unix(), - duration: duration.len.toLowerCase(), api_key: api_key, };