Skip to content

Commit f0a4e77

Browse files
committed
Removed the [Obsolete] attribute from SmartRetryExecutionPolicy
1 parent 5d0f2d3 commit f0a4e77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ShopifySharp/Infrastructure/Policies/SmartRetryExecutionPolicy.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ namespace ShopifySharp
2323
/// See https://help.shopify.com/api/guides/api-call-limit
2424
/// https://en.wikipedia.org/wiki/Leaky_bucket
2525
/// </remarks>
26-
[Obsolete("LeakyBucketExecutionPolicy is recommended as it handles properly both REST and GraphQL calls")]
2726
public partial class SmartRetryExecutionPolicy : IRequestExecutionPolicy
2827
{
2928
private const string REQUEST_HEADER_ACCESS_TOKEN = "X-Shopify-Access-Token";

0 commit comments

Comments
 (0)