dev fix add count
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-28 14:52:55 +07:00
parent cca3a58f5a
commit 097a31fd7b
2 changed files with 2 additions and 8 deletions
@@ -251,8 +251,8 @@ public class ViolationService {
.newViolations(newViolations)
.inProgressViolations(inProgressViolations)
.resolvedViolations(resolvedViolations)
.totalComplaints(77L)
.totalLawCases(44L)
.totalComplaints(totalComplaints)
.totalLawCases(totalLawCases)
.build();
}