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:
parent
2fd6ea38fa
commit
218e417a4f
@ -165,7 +165,7 @@ public class FreshdeskController : Controller
|
|||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
retriedCount ++;
|
retriedCount++;
|
||||||
await Task.Delay(30000 * retriedCount);
|
await Task.Delay(30000 * retriedCount);
|
||||||
return await CallFreshdeskApiAsync(request, retriedCount);
|
return await CallFreshdeskApiAsync(request, retriedCount);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user