mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 17:17:46 +01:00
update
This commit is contained in:
parent
cf306ec66e
commit
e0fe068308
@ -102,7 +102,7 @@ func (s *StatisticAPI) Get() {
|
||||
})
|
||||
if err != nil {
|
||||
s.HandleInternalServerError(fmt.Sprintf(
|
||||
"failed to get projects: %v", err))
|
||||
"failed to get projects of user %s: %v", s.username, err))
|
||||
return
|
||||
}
|
||||
statistic[MPC] = (int64)(len(projects))
|
||||
|
Loading…
Reference in New Issue
Block a user