mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 09:48:37 +00:00
filter locked levels from lucky dip (#1055)
* filter locked levels from lucky dip * yeah sure * put the filter in a more reasonable place
This commit is contained in:
parent
a0157c9a99
commit
fb2192d37d
3 changed files with 18 additions and 2 deletions
|
@ -263,6 +263,7 @@ public class SlotsController : ControllerBase
|
|||
PaginationData pageData = this.Request.GetPaginationData();
|
||||
|
||||
SlotQueryBuilder queryBuilder = this.FilterFromRequest(token);
|
||||
queryBuilder.AddFilter(new LockedSlotFilter());
|
||||
|
||||
pageData.TotalElements = await StatisticsHelper.SlotCount(this.database, queryBuilder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue