Skip to content

Commit

Permalink
Fixes notification type when storing notification result
Browse files Browse the repository at this point in the history
  • Loading branch information
gudjong committed Oct 22, 2024
1 parent 9139e02 commit c265515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ export class InternalNotificationService extends BaseNotificationService {
if (recipients.length > 0) {
return this.recordNotification(
theCase.id,
NotificationType.APPEAL_JUDGES_ASSIGNED,
NotificationType.CASE_FILES_UPDATED,
recipients,
)
}
Expand Down

0 comments on commit c265515

Please sign in to comment.