Skip to content

Commit

Permalink
Merge pull request #17 from andrewisen-tikab/feature
Browse files Browse the repository at this point in the history
Update hasHappyEnding value for "Grave of the Fireflies" movie
  • Loading branch information
andrewisen-tikab authored Mar 24, 2024
2 parents 9f6afb5 + a42f688 commit c42f0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/movies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const movies: Movie[] = [
{
guid: "92ad194c-507e-4d07-998d-89265692c380",
title: "Grave of the Fireflies",
hasHappyEnding: null,
hasHappyEnding: false, // Saddest movie ever
},
{
guid: "c587f2f4-68b8-455c-ad02-072057a64065",
Expand Down

0 comments on commit c42f0b2

Please sign in to comment.