Skip to content

Commit

Permalink
Fixed remaining sonar cloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Jan 5, 2025
1 parent 81ebd83 commit 2c745f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcss-client/Models/JudicialCalendar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public JudicialCalendarDay GetDay(DateTime date)
public class JudicialCalendarDay
{
private JudicialCalendarAssignment _assignment;
private List<AdjudicatorRestriction> _restrictions = new List<AdjudicatorRestriction>();
private readonly List<AdjudicatorRestriction> _restrictions = [];
public int JudgeId { get; set; }
public string Date { get; set; }

Expand Down

0 comments on commit 2c745f5

Please sign in to comment.