Browse Source

fix-1960

tags/v1.22.4.2
liuzx 3 years ago
parent
commit
0d210ca9c2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/user/home.go

+ 1
- 0
routers/user/home.go View File

@@ -804,6 +804,7 @@ func Cloudbrains(ctx *context.Context) {
repos, _, err := models.SearchRepository(&models.SearchRepoOptions{
Actor: ctx.User,
OwnerID: ctxUser.ID,
Private: true,
})
if err != nil {
ctx.ServerError("SearchRepository", err)


Loading…
Cancel
Save