Skip to content

Commit f06f458

Browse files
committed
fix lint
1 parent 1a17ca7 commit f06f458

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routers/web/org/home.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
"code.gitea.io/gitea/modules/markup/markdown"
2121
"code.gitea.io/gitea/modules/setting"
2222
"code.gitea.io/gitea/modules/util"
23-
"code.gitea.io/gitea/routers/web/shared/user"
2423
shared_user "code.gitea.io/gitea/routers/web/shared/user"
2524
)
2625

@@ -42,7 +41,7 @@ func Home(ctx *context.Context) {
4241
if ctx.Written() {
4342
return
4443
}
45-
user.PrepareContextForOrgProfileBigAvatar(ctx)
44+
shared_user.PrepareContextForOrgProfileBigAvatar(ctx)
4645
org := ctx.Org.Organization
4746

4847
ctx.Data["PageIsUserProfile"] = true

0 commit comments

Comments
 (0)