Weather provider SDK: make provider URL optional

This commit is contained in:
MM20 2023-12-22 13:26:18 +01:00
parent 211f30170c
commit a62593cad3
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -188,5 +188,5 @@ data class Forecast(
/**
* Url to the provider and more weather information
*/
val providerUrl: String,
val providerUrl: String?,
)