refactor(RetryPolicy): Ungenutzte Eigenschaft entfernt
This commit is contained in:
parent
7f39cbe24a
commit
0cce082cb7
@ -4,8 +4,6 @@ namespace DigitalData.Auth.Client;
|
||||
|
||||
public class RetryPolicy : IRetryPolicy
|
||||
{
|
||||
private readonly TimeSpan _retryDelay;
|
||||
|
||||
private readonly Func<RetryContext, TimeSpan?> _nextRetryDelay;
|
||||
|
||||
public RetryPolicy(Func<RetryContext, TimeSpan?> nextRetryDelay)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user