Skip to content

Commit

Permalink
Removes duplicate notification types
Browse files Browse the repository at this point in the history
  • Loading branch information
gudjong committed Nov 29, 2024
1 parent e82c422 commit 085f204
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/judicial-system/types/src/lib/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export enum NotificationType {
SERVICE_FAILED = SubpoenaNotificationType.SERVICE_FAILED,
SPOKESPERSON_ASSIGNED = CivilClaimantNotificationType.SPOKESPERSON_ASSIGNED,
INDICTMENTS_WAITING_FOR_CONFIRMATION = InstitutionNotificationType.INDICTMENTS_WAITING_FOR_CONFIRMATION,
INDICTMENT_SENT_TO_PRISON_ADMIN = DefendantNotificationType.INDICTMENT_SENT_TO_PRISON_ADMIN,
INDICTMENT_WITHDRAWN_FROM_PRISON_ADMIN = DefendantNotificationType.INDICTMENT_WITHDRAWN_FROM_PRISON_ADMIN,
}

export const notificationTypes = Object.values(NotificationType)
Expand Down

0 comments on commit 085f204

Please sign in to comment.