Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jun 14, 2024
1 parent 0252323 commit 0530940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ where

let (restrict_to_only_fetch_contenders, mut other_contenders) = if contenders_with_no_votes.is_empty()
{
(None, contenders_with_no_votes.into_iter().map(|contender| (TowardsIdentity(contender.identity_id), vec![])).collect())
(None, BTreeMap::new())
} else {
// Collect all identity_ids from contenders_with_votes
let restrict_to_only_fetch_contenders = Some(
Expand Down

0 comments on commit 0530940

Please sign in to comment.