Skip to content

Commit

Permalink
we did dotnet format
Browse files Browse the repository at this point in the history
Co-authored-by: Luris Solis <[email protected]>\Co-authored-by: Benson Bird <[email protected]>
  • Loading branch information
MJebran and BensonB12 committed Nov 13, 2024
1 parent 2fd6ea3 commit 218e417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Billing/Controllers/FreshdeskController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private async Task<HttpResponseMessage> CallFreshdeskApiAsync(HttpRequestMessage
throw;
}
}
retriedCount ++;
retriedCount++;
await Task.Delay(30000 * retriedCount);
return await CallFreshdeskApiAsync(request, retriedCount);
}
Expand Down

0 comments on commit 218e417

Please sign in to comment.