diff --git a/src/Identity/Application/Behaviours/PerformanceBehaviour.cs b/src/Identity/Application/Behaviours/PerformanceBehaviour.cs index 84fdf8f..1f35a41 100644 --- a/src/Identity/Application/Behaviours/PerformanceBehaviour.cs +++ b/src/Identity/Application/Behaviours/PerformanceBehaviour.cs @@ -20,8 +20,8 @@ public PerformanceBehaviour(ICurrentUserService currentUserService, IIdentitySer public new async Task Handle( TRequest request, - CancellationToken cancellationToken, - RequestHandlerDelegate next) + RequestHandlerDelegate next, + CancellationToken cancellationToken) { Timer.Start(); var response = await next().ConfigureAwait(false);