Skip to content

Commit

Permalink
..updating movie
Browse files Browse the repository at this point in the history
  • Loading branch information
pirateIV committed Aug 8, 2023
1 parent 541f73b commit 986417d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/movies.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function getMovieDetails(mov_detail_id) {
https://api.themoviedb.org/3/movie/${mov_detail_id}?api_key=${api_key}`);
const data = await resp.json();

// console.log(data);
console.log(data);
}

async function getSimilarMovies(similar_id) {
Expand All @@ -82,7 +82,7 @@ async function getSimilarMovies(similar_id) {
);
const data = await resp.json();

console.log(data);
// console.log(data);
}

async function getMovieCredits(credits_id) {
Expand Down

0 comments on commit 986417d

Please sign in to comment.