chore: cleanup

This commit is contained in:
Adrian Castro
2024-02-04 16:25:36 +01:00
parent dc6e3f5a7f
commit 7c9247dc2c

View File

@@ -50,7 +50,6 @@ async function fetchSearchResults(
): Promise<
{ title: string; posterUrl: string; year: number; type: "movie" | "tv" }[]
> {
console.log("Fetching results for:", query);
const results = await searchTitle(query);
return results