This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request 'fix-1960' (
#1978
) from fix-1960 into V20220415.patch
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/1978
Reviewed-by: lewis <747342561@qq.com>
V20220415.patch
lewis
3 years ago
parent
75e90f5be5
2b65cddca4
commit
e8b1281a9c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save