Skip to content

Commit

Permalink
Being consistent is key
Browse files Browse the repository at this point in the history
  • Loading branch information
angelplusultra committed Oct 5, 2024
1 parent b5049db commit 20336a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ impl App {

let active_session = &self.data.get(&self.today).unwrap().sessions[idx];

active_session
return active_session;
}

fn get_total_minutes_from_day(&self, day: &NaiveDate) -> i64 {
Expand Down

0 comments on commit 20336a2

Please sign in to comment.