Skip to content

Commit

Permalink
Update usePrimaryEntityQuestionAutoFill.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaiger committed Aug 22, 2024
1 parent 901039a commit 1ad34c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const getEntityQuestionAncestorAnswers = (
const parentQuestion = parentQuestionId ? questionsById[parentQuestionId] : null;

const record = { [question.id as string]: answer.id };
console.log('parentQuestion', parentQuestion);
if (!parentQuestion) return record;

return {
Expand Down

0 comments on commit 1ad34c2

Please sign in to comment.