Skip to content

Commit

Permalink
Fix constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lukencode authored Mar 21, 2022
1 parent ce857a8 commit e1379c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Renderers/FluentEmail.Liquid/LiquidRendererOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public class LiquidRendererOptions
/// <summary>
/// Set custom Template Options for Fluid
/// </summary>
public TemplateOptions TemplateOptions { get; set; } = new();
public TemplateOptions TemplateOptions { get; set; } = new TemplateOptions();
}
}
}

0 comments on commit e1379c4

Please sign in to comment.