Skip to content

Commit ec44bdb

Browse files
whoops. left in an extra assign
1 parent abebe11 commit ec44bdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/web/admin/ips.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func IPs(ctx *context.Context) {
103103
orderBy = "user.lower_name DESC, user.id DESC"
104104
default:
105105
ctx.Data["SortType"] = "ip"
106-
sortType = "ip"
107106
orderBy = "user_setting.setting_value ASC, user.id ASC"
108107
}
109108

0 commit comments

Comments
 (0)