Removed unused semicolon
This commit is contained in:
@@ -34,7 +34,7 @@ function convertTmdbToSeasoned(tmdb, manualType = undefined) {
|
|||||||
|
|
||||||
const seasoned = new TMDB(
|
const seasoned = new TMDB(
|
||||||
title, year, type, id, summary, poster_path, background_path,
|
title, year, type, id, summary, poster_path, background_path,
|
||||||
popularity, score, release_status, tagline, seasons, episodes,
|
popularity, score, release_status, tagline, seasons, episodes
|
||||||
);
|
);
|
||||||
|
|
||||||
// seasoned.print()
|
// seasoned.print()
|
||||||
|
|||||||
Reference in New Issue
Block a user