Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 15, 2023
1 parent df9c4b5 commit 046d350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/@posthog/ee/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { eventWithTime } from '@rrweb/types'
export type PostHogEE = {
enabled: boolean
mobileReplay?: {
transformEventToWeb(x: unknown, validationTransformation?: boolean): eventWithTime | null
transformEventToWeb(x: unknown, validateTransformation?: boolean): eventWithTime | null
transformToWeb(x: unknown[]): eventWithTime[]
}
}

0 comments on commit 046d350

Please sign in to comment.