Skip to content

Commit

Permalink
fix: il --no-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Jan 9, 2024
1 parent b63cd12 commit 1a510d0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const getTotalAbsenceNonPro = (

const absencesBySeniorityYear = accumulateAbsenceByYear(absences, years);

console.log(absencesBySeniorityYear);

return absencesBySeniorityYear.reduce((total, item) => {
if (item.totalAbsenceInMonth <= 6) {
return total;
Expand Down

0 comments on commit 1a510d0

Please sign in to comment.