Update ProjectLighthouse/Controllers/ScoreController.cs

Co-authored-by: jvyden <jvyden@jvyden.xyz>
This commit is contained in:
LumaLivy 2021-11-08 13:30:25 -05:00 committed by GitHub
commit e7b383e66a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers
[HttpGet("friendscores/user/{slotId:int}/{type:int}")]
public IActionResult FriendScores(int slotId, int type)
//=> await TopScores(slotId, type);
=> this.Ok("<scores />");
=> this.Ok(LbpSerializer.BlankElement("scores"));
[HttpGet("topscores/user/{slotId:int}/{type:int}")]
[SuppressMessage("ReSharper", "PossibleMultipleEnumeration")]