Skip to content

Commit

Permalink
fix: 不要なログとコメントを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Sep 16, 2024
1 parent a6fa31b commit 85fc59d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const FormEditForm = (props: {
form_id: data.id,
questions: data.questions.map((question) => {
return {
// FIXME: ここで question_id には 新しく作成された質問だけが null になるべきだが、全ての質問が null になってしまう
id: props.form.questions.find(
(beforeQuestion) => beforeQuestion.id == question.id
)
Expand Down

0 comments on commit 85fc59d

Please sign in to comment.