refactor(RetryPolicy): Ungenutzte Eigenschaft entfernt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user