mirror of
https://github.com/ev-map/EVMap.git
synced 2026-05-24 23:06:15 -04:00
Fix startkey in GE API
This commit is contained in:
committed by
GitHub
parent
e5e5f8ef3c
commit
a1760a35ff
@@ -25,7 +25,7 @@ import kotlin.math.floor
|
||||
data class ChargepointList(
|
||||
val status: String,
|
||||
val chargelocations: List<ChargepointListItem>,
|
||||
val startkey: Int?
|
||||
@JsonObjectOrFalse val startkey: Int?
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
@@ -278,4 +278,4 @@ data class ChargeCard(
|
||||
@Json(name = "card_id") @PrimaryKey val id: Long,
|
||||
val name: String,
|
||||
val url: String
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user