From e0e112d4e4146f9c80eacbac1a2a298a2c78dfdc Mon Sep 17 00:00:00 2001 From: LumaLivy <7350336+LumaLivy@users.noreply.github.com> Date: Mon, 8 Nov 2021 13:30:06 -0500 Subject: [PATCH] Update ProjectLighthouse/Controllers/ScoreController.cs Co-authored-by: jvyden --- ProjectLighthouse/Controllers/ScoreController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("");