From 0999c02bb89bb52097e03850c1b239ea21fbf5e6 Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Wed, 10 Nov 2021 09:57:57 +0800 Subject: [PATCH] =?UTF-8?q?fork=E6=8C=87=E6=A0=87=E6=A5=BC=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/repo/repo_statistic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/repo/repo_statistic.go b/routers/repo/repo_statistic.go index 6dbdc1ca2..c1edb0fed 100755 --- a/routers/repo/repo_statistic.go +++ b/routers/repo/repo_statistic.go @@ -93,6 +93,7 @@ func RepoStatisticDaily(date string) { IsPrivate: repo.IsPrivate, NumWatches: int64(repo.NumWatches), NumStars: int64(repo.NumStars), + NumForks: int64(repo.NumForks), NumDownloads: repo.CloneCnt, NumComments: numComments, NumVisits: int64(numVisits),