Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CathLass committed Feb 12, 2025
1 parent 060e78a commit b35ca0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class InductionStatusRegistry

public static IReadOnlyCollection<InductionStatusInfo> All => _info.Values.ToArray();

public static ICollection<InductionStatusInfo> ValidStatusChangesWhenManagedByCpd =>
public static IReadOnlyCollection<InductionStatusInfo> ValidStatusChangesWhenManagedByCpd =>
_info
.Where(s => s.Key is InductionStatus.Exempt or InductionStatus.FailedInWales)
.Select(s => s.Value)
Expand Down

0 comments on commit b35ca0e

Please sign in to comment.