Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan committed Jul 26, 2024
1 parent d358136 commit cd0b1d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/canisters/airdrop_bot/impl/src/model/airdrops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ impl Airdrops {
block_index: None,
},
));

if ticket_holders.is_empty() {
break;
}
}

let airdrop = Airdrop {
Expand Down

0 comments on commit cd0b1d0

Please sign in to comment.