mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-08 14:21:27 +00:00
Potential fix for LBP2 search
Unsigned because I'm not home, and I'm on my phone.
This commit is contained in:
parent
e18e606787
commit
958ddfeab0
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ public class SearchController : ControllerBase
|
|||
[FromQuery] string query,
|
||||
[FromQuery] int pageSize,
|
||||
[FromQuery] int pageStart,
|
||||
string keyName = "slots"
|
||||
string? keyName = "slots"
|
||||
)
|
||||
{
|
||||
GameToken? gameToken = await this.database.GameTokenFromRequest(this.Request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue