Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes committed Jun 1, 2020
1 parent 91ca8c3 commit bf3244d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TeslaMateAgile/PriceHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public async Task Update()
if (!chargingProcesses.Any())
{
_logger.LogInformation("No new charging processes");
return;
}

foreach (var chargingProcess in chargingProcesses)
Expand Down

0 comments on commit bf3244d

Please sign in to comment.