From 218e417a4f63bba767835cb7715f4316cca40357 Mon Sep 17 00:00:00 2001 From: MJebran Date: Wed, 13 Nov 2024 14:46:11 -0700 Subject: [PATCH] we did dotnet format Co-authored-by: Luris Solis \Co-authored-by: Benson Bird --- src/Billing/Controllers/FreshdeskController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }