Skip to content

Commit

Permalink
Merge pull request #443 from MTES-MCT/fix/resolve_conflict_with_prod
Browse files Browse the repository at this point in the history
fix(conflict): resolve conflict between master & prod
  • Loading branch information
gaspard-lonchampt authored Oct 23, 2024
2 parents ba04088 + 7b0ca18 commit 1e90a4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/domain/regulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ def group_user_events_by_week(
),
None,
)
if not week:
continue
week["worked_days"] += 1
week["days"].append(
{
Expand Down

0 comments on commit 1e90a4c

Please sign in to comment.