refactor: remove unused end and duration API parameters

This commit is contained in:
2025-08-15 19:10:25 +00:00
committed by Tanner Collin (aider)
parent 8cdbb94878
commit dc9872ebb8

View File

@@ -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,
};