Merge pull request #4763 from shenpengfeng/develop
chore: remove repetitive words
This commit is contained in:
@@ -45,7 +45,7 @@ impl NodeUptimes {
|
||||
// If somehow we have more reports than the actual test runs it means something weird is going on
|
||||
// (or we just started running this code on old data, so if it appears for first 24h, it's fine and actually expected
|
||||
// as we would not have any run information from the past)
|
||||
// Either way, bound the the number of "up" reports by number of test runs and log warnings
|
||||
// Either way, bound the number of "up" reports by number of test runs and log warnings
|
||||
// if that happens
|
||||
|
||||
let last_day_sum: f32 = if last_day.len() > last_day_test_runs {
|
||||
|
||||
Reference in New Issue
Block a user