Skip to content

Commit 0d5e870

Browse files
author
Stefan Heinsen
committed
Fix parsing of BrightSky/DWD Json data
1 parent 7fbc6f3 commit 0d5e870

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)