summaryrefslogtreecommitdiffstats
path: root/routers/web/user/home.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/user/home.go')
-rw-r--r--routers/web/user/home.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/user/home.go b/routers/web/user/home.go
index 2513fc9a98..1b0f651b07 100644
--- a/routers/web/user/home.go
+++ b/routers/web/user/home.go
@@ -97,7 +97,7 @@ func Dashboard(ctx *context.Context) {
uid = ctxUser.ID
}
- ctx.PageData["dashboardRepoList"] = map[string]interface{}{
+ ctx.PageData["dashboardRepoList"] = map[string]any{
"searchLimit": setting.UI.User.RepoPagingNum,
"uid": uid,
}