Skip to content

Commit

Permalink
Reorders notification types to group related type together
Browse files Browse the repository at this point in the history
  • Loading branch information
gudjong committed Nov 27, 2024
1 parent 918943a commit 939e7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/judicial-system/types/src/lib/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ export enum NotificationType {
CASE_FILES_UPDATED = CaseNotificationType.CASE_FILES_UPDATED,
DEFENDANT_SELECTED_DEFENDER = DefendantNotificationType.DEFENDANT_SELECTED_DEFENDER,
DEFENDER_ASSIGNED = DefendantNotificationType.DEFENDER_ASSIGNED,
INDICTMENT_SENT_TO_PRISON_ADMIN = DefendantNotificationType.INDICTMENT_SENT_TO_PRISON_ADMIN,
INDICTMENT_WITHDRAWN_FROM_PRISON_ADMIN = DefendantNotificationType.INDICTMENT_WITHDRAWN_FROM_PRISON_ADMIN,
SERVICE_SUCCESSFUL = SubpoenaNotificationType.SERVICE_SUCCESSFUL,
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 939e7cf

Please sign in to comment.