Skip to content

Commit

Permalink
Add missing import after git stupidity
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Murphy committed Nov 7, 2023
1 parent dccd0f5 commit ac34983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin-server/src/worker/ingestion/process-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import { addGroupProperties } from './groups'
import { upsertGroup } from './properties-updater'
import { PropertyDefinitionsManager } from './property-definitions-manager'
import { TeamManager } from './team-manager'
import { captureIngestionWarning } from './utils'

export class EventsProcessor {
pluginsServer: Hub
Expand Down

0 comments on commit ac34983

Please sign in to comment.