Skip to content

Commit

Permalink
fix: listable Forecast.Models
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Jun 11, 2023
1 parent b5189d5 commit 2c1c69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/kotlin/com/openmeteo/api/Forecast.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Forecast : Endpoint(
) : R.Coordinate, R.Elevation, R.GenerationTimed, R.TimeZone, R.Daily, R.Hourly, R.CurrentWeather

@Serializable
object Models : Options.Models {
object Models : Options.Models, Options.Listable<Models>() {
const val bestMatch="best_match"
const val ecmwfIfs04="ecmwf_ifs04"
const val metnoNordic="metno_nordic"
Expand Down

0 comments on commit 2c1c69a

Please sign in to comment.