Skip to content

Commit e582ea5

Browse files
authored
Merge pull request #20 from HidiH/public
Fix parsing of BrightSky/DWD Json data
2 parents 7fbc6f3 + 0d5e870 commit e582ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weather-api/src/main/java/com/thewizrd/weather_api/brightsky/CurrentResponse.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ data class SourcesItem(
147147
var height: Float? = null
148148
)
149149

150+
@JsonClass(generateAdapter = true)
150151
data class FallbackSourceIds(
151152
var any: Any? = null
152153
)

0 commit comments

Comments
 (0)