Skip to content

Commit

Permalink
feat: Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-dudarev committed Oct 2, 2024
1 parent a6c4e09 commit b7eb468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace VirtoCommerce.Platform.Core.Messages
{
public interface ICancellableHandler<in T> where T : IMessage
{
Task Handle(T message, CancellationToken token = default(CancellationToken));
Task Handle(T message, CancellationToken cancellationToken = default);
}
}

0 comments on commit b7eb468

Please sign in to comment.