Skip to content

Commit

Permalink
chore(shared) Remove unused enum attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Dec 27, 2024
1 parent d692289 commit d7a1375
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/shared/src/types/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export enum TriggerEventStatusEnum {
NO_WORKFLOW_ACTIVE_STEPS = 'no_workflow_active_steps_defined',
NO_WORKFLOW_STEPS = 'no_workflow_steps_defined',
PROCESSED = 'processed',
// TODO: Seems not used. Remove.
SUBSCRIBER_MISSING = 'subscriber_id_missing',
TENANT_MISSING = 'no_tenant_found',
}

Expand Down

0 comments on commit d7a1375

Please sign in to comment.