Skip to content

Commit

Permalink
Addressed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Sep 27, 2024
1 parent 4542753 commit bcba4de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class DeleteMovieData {
}

DeleteMovieData({
required this.movie_delete,
this.movie_delete,
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ListMoviesMovies {
required this.id,
required this.title,
required this.directed_by,
required this.rating,
this.rating,
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ListMoviesByPartialTitleMovies {
required this.id,
required this.title,
required this.genre,
required this.rating,
this.rating,
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ListTimestampsTimestampHolders {

ListTimestampsTimestampHolders({
required this.timestamp,
required this.date,
this.date,
});
}

Expand Down

0 comments on commit bcba4de

Please sign in to comment.