Code cleanup

This commit is contained in:
Steve Smith
2020-07-28 15:35:48 -04:00
parent f4bfc81fe8
commit 2c9c7dd3d1
4 changed files with 7 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ namespace Microsoft.eShopWeb.Web.Controllers
_mediator = mediator;
}
[HttpGet()]
[HttpGet]
public async Task<IActionResult> MyOrders()
{
var viewModel = await _mediator.Send(new GetMyOrders(User.Identity.Name));