Skip to content

Commit

Permalink
Fix report
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Sep 8, 2024
1 parent 708b58b commit 9d69e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/homeless/src/Service/ReportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ private function completedItems(
'excludeStatuses' => $excludeStatuses,
'dateFrom' => $dateFrom ?: '1960-01-01',
'dateTo' => $dateTo ?: date('Y-m-d'),
], [
'excludeStatuses' => ArrayParameterType::INTEGER,
])->fetchAllNumeric();
}

Expand Down

0 comments on commit 9d69e13

Please sign in to comment.