Skip to content

Commit

Permalink
refactor: update Template/ITemplatePipe add missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Oct 3, 2024
1 parent 3db667d commit 3290504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeihanLi.Common/Template/ITemplatePipe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ namespace WeihanLi.Common.Template;
public interface ITemplatePipe
{
string Name { get; }
string? Convert(object? value, params ReadOnlySpan<string> args);
object? Convert(object? value, params ReadOnlySpan<string> args);
}

0 comments on commit 3290504

Please sign in to comment.