We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff0151 commit d93320fCopy full SHA for d93320f
src/CarbonAware.DataSources/CarbonAware.DataSources.WattTime/src/Client/WattTimeClient.cs
@@ -147,7 +147,7 @@ public Task<ForecastEmissionsDataResponse> GetCurrentForecastAsync(RegionRespons
147
/// <inheritdoc/>
148
public async Task<RegionResponse> GetRegionAsync(string latitude, string longitude)
149
{
150
- _log.LogInformation("Requesting region for lattitude {lattitude} and longitude {longitude}", latitude, longitude);
+ _log.LogInformation("Requesting region for latitude {latitude} and longitude {longitude}", latitude, longitude);
151
return await GetRegionFromCacheAsync(latitude, longitude);
152
}
153
0 commit comments