Potential fix for LBP2 search

Unsigned because I'm not home, and I'm on my phone.
This commit is contained in:
Jayden 2022-07-29 21:04:18 -04:00 committed by GitHub
parent e18e606787
commit 958ddfeab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);