diff --git a/src/Billing/Controllers/FreshdeskController.cs b/src/Billing/Controllers/FreshdeskController.cs index 4c1f9ebad..075c32b06 100644 --- a/src/Billing/Controllers/FreshdeskController.cs +++ b/src/Billing/Controllers/FreshdeskController.cs @@ -165,7 +165,7 @@ public class FreshdeskController : Controller throw; } } - retriedCount ++; + retriedCount++; await Task.Delay(30000 * retriedCount); return await CallFreshdeskApiAsync(request, retriedCount); }