TelemetryPublisherFirestore.cs: Reformat

This commit is contained in:
Denis-Cosmin Nutiu 2020-11-24 19:03:32 +02:00
parent b3dddaacd2
commit 6c68391083

View file

@ -108,6 +108,7 @@ namespace NucuCar.Telemetry.Publishers
{
return;
}
// Check if the token is about to expire in the next 5 minutes.
if (DateTime.UtcNow.AddMinutes(5) < _authorizationExpiryTime)
{