Skip to content

Commit 9a80816

Browse files
fix lint
1 parent d4b6047 commit 9a80816

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routers/web/admin/badges.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
"code.gitea.io/gitea/modules/setting"
1616
"code.gitea.io/gitea/modules/templates"
1717
"code.gitea.io/gitea/modules/web"
18-
"code.gitea.io/gitea/routers/web/explore"
1918
"code.gitea.io/gitea/services/context"
2019
"code.gitea.io/gitea/services/forms"
2120
user_service "code.gitea.io/gitea/services/user"
@@ -46,7 +45,7 @@ func Badges(ctx *context.Context) {
4645
"SortType": sortType,
4746
}
4847

49-
explore.RenderBadgeSearch(ctx, &user_model.SearchBadgeOptions{
48+
RenderBadgeSearch(ctx, &user_model.SearchBadgeOptions{
5049
Actor: ctx.Doer,
5150
ListOptions: db.ListOptions{
5251
PageSize: setting.UI.Admin.UserPagingNum,

0 commit comments

Comments
 (0)