small updates that got lost in last commit

This commit is contained in:
RaidMax
2022-04-19 22:34:35 -05:00
parent 4fbe0ee0ed
commit 3cb50635e5
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)
{