Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinpal committed Nov 23, 2023
1 parent f94327c commit b9ecec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
cacheDisabled: true,
cacheDisabled: false,
};
2 changes: 1 addition & 1 deletion src/helpers/getTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default async function getTitle(id) {
wins: props.mainColumnData.wins.total,
nominations: props.mainColumnData.nominations.total,
},
genres: props.aboveTheFoldData.genres.genres.map((e) => e.id),
genre: props.aboveTheFoldData.genres.genres.map((e) => e.id),
releaseDetailed: {
date: new Date(
props.aboveTheFoldData.releaseDate.year,
Expand Down

0 comments on commit b9ecec5

Please sign in to comment.