chore: permalink consistency
This commit is contained in:
parent
327be80b79
commit
d813bd505f
14 changed files with 17 additions and 18 deletions
|
@ -31,8 +31,6 @@ const fetchAllMovies = async () => {
|
|||
};
|
||||
|
||||
export default async function () {
|
||||
const year = DateTime.now().year;
|
||||
|
||||
try {
|
||||
const movies = await fetchAllMovies();
|
||||
const favoriteMovies = movies.filter((movie) => movie["favorite"]);
|
||||
|
|
Reference in a new issue