1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

small updates that got lost in last commit

This commit is contained in:
RaidMax
2022-04-19 22:34:35 -05:00
parent d5b4c60e5a
commit 60d7fd08a0
5 changed files with 12 additions and 27 deletions

View File

@ -35,7 +35,7 @@ namespace WebfrontCore.Controllers
[Obsolete]
public IActionResult ProfileAsync(int id, MetaType? metaFilterType,
CancellationToken token = default) => RedirectToAction("Profile", "Client", new
{ id, metaFilterType, token });
{ id, metaFilterType });
public async Task<IActionResult> Profile(int id, MetaType? metaFilterType, CancellationToken token = default)
{