Skip to content

Commit

Permalink
1 less empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
pchr-srf committed Feb 5, 2025
1 parent faf2803 commit 7d370a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/PolisClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public function fetchPolisCaseByVotationId(int $id, string $language, bool $fetc

// if main result was NOT provided AND it's a national votation, we have to manually sum up the cantonal results
if (!isset($item['VotationMainResult']) && '1' === $item['VotationLocation']['id']) {

$absoluteYes = 0;
$absoluteNo = 0;

Expand Down

0 comments on commit 7d370a7

Please sign in to comment.