mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-05 20:27:27 +00:00
bug fixed & more commits for push
This commit is contained in:
@@ -91,5 +91,5 @@ func GetStatistic() (stats Statistic) {
|
||||
stats.Counter.Watch, _ = orm.Count(new(Watch))
|
||||
stats.Counter.Action, _ = orm.Count(new(Action))
|
||||
stats.Counter.Access, _ = orm.Count(new(Access))
|
||||
return stats
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user