Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Jan 21, 2025
1 parent 028a26c commit 04b5d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extensions/surveys/surveys-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ export const sendSurveyEvent = (
survey: Survey,
posthog?: PostHog
) => {
// TODO: does it need readOnly like dismissedSurveyEvent?
if (!posthog) {
logger.error('[survey sent] event not captured, PostHog instance not found.')
return
Expand Down

0 comments on commit 04b5d0d

Please sign in to comment.