remove unused var

This commit is contained in:
yann 2025-03-10 11:43:14 +01:00
parent 207ea011b3
commit 907d5e7379

View File

@ -1,18 +1,6 @@
const url_title = "http://localhost:8000/api/v1/titles/";
const url_genre = "http://localhost:8000/api/v1/genres/";
const blockEnd = `
</div>
</div>
</div>
`;
let filmNumber = 10
let categoryMovieBlock = 6
// get categories and create the options in select menu
async function getCategory() {
listeGenres = [];