mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-17 15:22:26 +00:00
parent
6d4d85b627
commit
a36a8390e3
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ public class UsersPage : BaseLayout
|
|||
this.Users = await this.Database.Users.Where
|
||||
(u => !u.Banned)
|
||||
.Skip(pageNumber * ServerStatics.PageSize)
|
||||
.OrderByDescending(u => u.UserId)
|
||||
.Take(ServerStatics.PageSize)
|
||||
.ToAsyncEnumerable()
|
||||
.OrderBy(u => u.Status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue