diff --git a/src/objects/movie-wall.tsx b/src/objects/movie-wall.tsx index cc30ab2..20ac45e 100644 --- a/src/objects/movie-wall.tsx +++ b/src/objects/movie-wall.tsx @@ -4,7 +4,7 @@ import tmdb from "./tmdb" import { twMerge } from "tailwind-merge" export interface Movie { - id: number | null + id: number poster_path: string | null backdrop_path: string | null title: string | null