From 9451fb7bd17b6b93945093f112feda1d0e11cefa Mon Sep 17 00:00:00 2001 From: christopherleja Date: Fri, 26 May 2023 11:35:04 -0400 Subject: [PATCH] break the tie between boyega and isaac --- movieData.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/movieData.js b/movieData.js index 063caa2..9d793c2 100644 --- a/movieData.js +++ b/movieData.js @@ -132,7 +132,7 @@ const movieListOne = [ imdbVotes: "13,098", }, { - Actors: ["Robert Downey", "John Boyega", "Oscar Isaac"], + Actors: ["Robert Downey", "Oscar Isaac"], BoxOffice: "$1", Country: "United States", Director: "Michael Showalter", @@ -165,6 +165,6 @@ const movieListOne = [ imdbRating: "6.6", imdbVotes: "20,319", }, -]; +] -module.exports = movieListOne \ No newline at end of file +module.exports = movieListOne