refactor: remove unused end and duration API parameters
This commit is contained in:
@@ -462,8 +462,6 @@ function Menu({data, duration, setDuration, end, setEnd, slider, setSlider, subm
|
|||||||
try {
|
try {
|
||||||
const api_key = localStorage.getItem('api_key');
|
const api_key = localStorage.getItem('api_key');
|
||||||
const params = {
|
const params = {
|
||||||
end: end.unix(),
|
|
||||||
duration: duration.len.toLowerCase(),
|
|
||||||
api_key: api_key,
|
api_key: api_key,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user