fixup: max end time
This commit is contained in:
parent
96b38a4142
commit
f0366a0f69
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ impl TimingData {
|
|||
.likely_time()
|
||||
.map(|val| Self::time_to_duration_sec(now, val));
|
||||
let max_end_sec = value
|
||||
.min_end_time()
|
||||
.max_end_time()
|
||||
.map(|val| Self::time_to_duration_sec(now, val));
|
||||
|
||||
if let Some(min_end_sec) = min {
|
||||
|
|
|
|||
Loading…
Reference in a new issue