From ec44bdb5e7ac310b1af516ccba8bb304f1190334 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 20 Mar 2025 22:38:18 -0400 Subject: [PATCH] whoops. left in an extra assign --- routers/web/admin/ips.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routers/web/admin/ips.go b/routers/web/admin/ips.go index af432b1704..c16724c46c 100644 --- a/routers/web/admin/ips.go +++ b/routers/web/admin/ips.go @@ -103,7 +103,6 @@ func IPs(ctx *context.Context) { orderBy = "user.lower_name DESC, user.id DESC" default: ctx.Data["SortType"] = "ip" - sortType = "ip" orderBy = "user_setting.setting_value ASC, user.id ASC" }