1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

we did dotnet format

Co-authored-by: Luris Solis <solisluris@gmail.com>\Co-authored-by: Benson Bird <bensonbird2@gmail.com>
This commit is contained in:
MJebran 2024-11-13 14:46:11 -07:00
parent 2fd6ea38fa
commit 218e417a4f

View File

@ -165,7 +165,7 @@ public class FreshdeskController : Controller
throw;
}
}
retriedCount ++;
retriedCount++;
await Task.Delay(30000 * retriedCount);
return await CallFreshdeskApiAsync(request, retriedCount);
}