Skip to content

Commit

Permalink
fix generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Sep 11, 2024
1 parent 8697221 commit 40f5059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ class AddDirectorToMovieVariables {
}

AddDirectorToMovieVariables({
AddDirectorToMovieVariablesPersonId? personId,
String? movieId,
AddDirectorToMovieVariablesPersonId? this.personId,
String? this.movieId,
}) {
// TODO(mtewani): Only show this if there are optional fields.
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class AddPersonVariables {
}

AddPersonVariables({
String? name,
String? this.name,
}) {
// TODO(mtewani): Only show this if there are optional fields.
}
Expand Down

0 comments on commit 40f5059

Please sign in to comment.