whoops. left in an extra assign

This commit is contained in:
techknowlogick
2025-03-20 22:38:18 -04:00
parent abebe115db
commit ec44bdb5e7
-1
View File
@@ -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"
}