napperley
02/05/2020, 9:44 PMArtyom Degtyarev [JB]
02/06/2020, 8:50 AMlabel
named argument in the suspend function signature. Until it will be fixed, consider renaming it somehow. I tried with
private suspend fun HttpClient.callListLabelValuesRoute(labelName: String, serverUrl: String): SeriesQueryResponse {
and everything worked.napperley
02/06/2020, 9:30 PMArtyom Degtyarev [JB]
02/07/2020, 7:28 AMlabel
, added for some technical purposes. And when it has to be used, the compiler cannot find it using .single
(https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/single.html) function over a list of fields and breaks up.