Skip to content

Commit

Permalink
Update src/OrchardCore.Modules/OrchardCore.Seo/Handlers/SeoMetaPartHa…
Browse files Browse the repository at this point in the history
…ndler.cs

Co-authored-by: Mike Alhayek <mike@crestapps.com>
  • Loading branch information
infofromca and MikeAlhayek authored Aug 14, 2024
1 parent aabef85 commit ee5e4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public override Task GetContentItemAspectAsync(ContentItemAspectContext context,

var actionContext = _actionContextAccessor.ActionContext;

actionContext ??= await _httpContextAccessor.GetActionContextAsync();
actionContext ??= await _httpContextAccessor.GetActionContextAsync();

var urlHelper = _urlHelperFactory.GetUrlHelper(actionContext);

Expand Down

0 comments on commit ee5e4fd

Please sign in to comment.