mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
chore: cleanup
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user