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