Skip to content

Commit

Permalink
fix a typo in the property name
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStupka committed Mar 15, 2021
1 parent 12c4da1 commit 5fe3c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sitecore.Support.368851.373937/CheckSitecoreQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ protected bool IsDatasourceValid(string datasource) =>

public void Process(ParseDataSourceArgs args)
{
if (ServiceProviderServiceExtensions.GetService<IContext>(ServiceLocator.ServiceProvider).Site.IsSxaSite() && !this.IsDatasourceValid(args.Datasource))
if (ServiceProviderServiceExtensions.GetService<IContext>(ServiceLocator.ServiceProvider).Site.IsSxaSite() && !this.IsDatasourceValid(args.DataSource))
{
args.AbortPipeline();
}
Expand Down

0 comments on commit 5fe3c0b

Please sign in to comment.