Browse Source

Merge pull request 'fork指标漏记' (#737) from fix-674 into V20211115

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/737
Reviewed-by: lewis <747342561@qq.com>
tags/v1.21.12.1
lewis 4 years ago
parent
commit
c8e199f1e1
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