diff --git a/ProjectLighthouse/Controllers/ScoreController.cs b/ProjectLighthouse/Controllers/ScoreController.cs index 1b6314bd..fb9ad39d 100644 --- a/ProjectLighthouse/Controllers/ScoreController.cs +++ b/ProjectLighthouse/Controllers/ScoreController.cs @@ -68,7 +68,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers } [HttpGet("friendscores/user/{slotId:int}/{type:int}")] - public async Task FriendScores(int slotId, int type) + public IActionResult FriendScores(int slotId, int type) //=> await TopScores(slotId, type); => this.Ok("");