From 8210f983d322855423a75f7e7acc18ca725bd35b Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 6 Apr 2023 14:41:53 -0400 Subject: [PATCH] fixed issue --- .../com/henryhiles/qweather/domain/mappers/WeatherMappers.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/henryhiles/qweather/domain/mappers/WeatherMappers.kt b/app/src/main/java/com/henryhiles/qweather/domain/mappers/WeatherMappers.kt index d41e4ba..ff2d890 100644 --- a/app/src/main/java/com/henryhiles/qweather/domain/mappers/WeatherMappers.kt +++ b/app/src/main/java/com/henryhiles/qweather/domain/mappers/WeatherMappers.kt @@ -23,7 +23,7 @@ fun HourlyWeatherDataDto.toHourlyWeatherDataMap(): Map