Browse Source

修复bug

tags/v1.21.12.1
ychao_1983 3 years ago
parent
commit
694c8a066e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/repo_statistic.go

+ 1
- 1
routers/repo/repo_statistic.go View File

@@ -208,7 +208,7 @@ func RepoStatisticDaily(date string) {
maxRepoRadar.Completeness = tempRepoStat.Completeness
}

if tempRepoStat.Liveness < minRepoRadar.Completeness {
if tempRepoStat.Liveness < minRepoRadar.Liveness {
minRepoRadar.Liveness = tempRepoStat.Liveness
}



Loading…
Cancel
Save