Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 31, 2025
1 parent bfaa806 commit 342c543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PluginEvent } from '@posthog/plugin-scaffold'

import { LegacyPluginMeta,LegacyTransformationPlugin } from '../../types'
import { LegacyPluginMeta, LegacyTransformationPlugin } from '../../types'
import metadata from './plugin.json'

export function processEvent(event: PluginEvent, _: LegacyPluginMeta) {
Expand Down

0 comments on commit 342c543

Please sign in to comment.