Browse Source

fork指标楼记

tags/v1.21.12.1
ychao_1983 4 years ago
parent
commit
0999c02bb8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/repo_statistic.go

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

@@ -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),


Loading…
Cancel
Save