Skip to content

Commit

Permalink
Remove unnecessary registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Aug 20, 2024
1 parent fab0985 commit aeecacc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public static IServiceCollection RegisterLiquidPropertyAccessor<TService>(this I
public static IServiceCollection AddLiquidParserTag<T>(this IServiceCollection services, string tagName)
where T : class, ILiquidParserTag
{
services.AddScoped<ILiquidParserTag, T>();
services.AddKeyedScoped<ILiquidParserTag, T>(tagName);

return services.Configure<LiquidViewOptions>(options =>
Expand Down

0 comments on commit aeecacc

Please sign in to comment.