mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:33:26 +00:00
chore: cleanup
This commit is contained in:
@@ -50,7 +50,6 @@ async function fetchSearchResults(
|
|||||||
): Promise<
|
): Promise<
|
||||||
{ title: string; posterUrl: string; year: number; type: "movie" | "tv" }[]
|
{ title: string; posterUrl: string; year: number; type: "movie" | "tv" }[]
|
||||||
> {
|
> {
|
||||||
console.log("Fetching results for:", query);
|
|
||||||
const results = await searchTitle(query);
|
const results = await searchTitle(query);
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
Reference in New Issue
Block a user