Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
sastaachar committed Jan 6, 2025
1 parent ad7e871 commit a064173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embed/hostEventClient/host-event-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class HostEventClient {
);
return {
...data,
answerId: data.saveResponse.Answer__save.answer.id,
answerId: data?.saveResponse?.Answer__save?.answer?.id,
};
}
// fallback for save answer is Save
Expand Down

0 comments on commit a064173

Please sign in to comment.