Skip to content

Commit 986677e

Browse files
async removed to remove warning
1 parent b1b78a7 commit 986677e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApiIntegrationMvc/Areas/Home/Controllers/HomeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class HomeController : Controller
2020

2121
public HomeController(ICacheAccessProvider tokens) => _tokens = tokens;
2222

23-
public async Task<IActionResult> Index(CancellationToken ct)
23+
public IActionResult Index(CancellationToken ct)
2424
{
2525
return View();
2626
}

0 commit comments

Comments
 (0)