mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-06 02:15:20 +02:00
bug fixed & more commits for push
This commit is contained in:
parent
17da2fd2e3
commit
1201c6a9b4
4 changed files with 145 additions and 38 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue