Skip to content

Commit

Permalink
add some todos to the auction
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy authored and bharath-123 committed Dec 6, 2024
1 parent 749a66a commit a8f8466
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ impl Worker {
Ok(()) = async { self.start_bids.as_mut().unwrap().await }, if self.start_bids.is_some() => {
let mut channel = self.start_bids.take().expect("inside an arm that that checks start_bids == Some");
channel.close();
// TODO: if the timer is already running, report how much time is left for the bids
auction_is_open = true;
}

Expand Down

0 comments on commit a8f8466

Please sign in to comment.