Skip to content

Commit

Permalink
Merge pull request #84 from wemogy/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
SebastianKuesters committed Mar 18, 2024
2 parents 3b8bfd1 + b50d0ee commit 7407a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Wemogy.CQRS/DependencyInjection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,6 @@ public static IHealthChecksBuilder AddDelayedProcessorCheck<TCommand>(this IHeal
where TCommand : ICommandBase
{
return healthChecksBuilder.AddCheck<DelayedCommandProcessorHealthCheck<TCommand>>(
$"{nameof(TCommand)}DelayedProcessorHealthCheck");
$"{typeof(TCommand).Name}DelayedProcessorHealthCheck");
}
}

0 comments on commit 7407a4f

Please sign in to comment.