From 694c8a066e2352e4182cc9955f690ef8805895bc Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Wed, 1 Dec 2021 19:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/repo/repo_statistic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/repo/repo_statistic.go b/routers/repo/repo_statistic.go index 92e29861d..11b421659 100755 --- a/routers/repo/repo_statistic.go +++ b/routers/repo/repo_statistic.go @@ -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 }