mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-05 06:45:02 +01:00
fix: fixed a bug in DTO that caused a data parsing error
This commit is contained in:
parent
4a3209267d
commit
ef3369be26
@ -9,7 +9,7 @@ import kotlinx.serialization.Serializable
|
|||||||
@Serializable
|
@Serializable
|
||||||
data class HKRead(
|
data class HKRead(
|
||||||
val reference: String,
|
val reference: String,
|
||||||
val note: String,
|
val note: String?,
|
||||||
val updated: Long,
|
val updated: Long,
|
||||||
val created: Long,
|
val created: Long,
|
||||||
val status: String,
|
val status: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user