mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
fix: fixed a bug in DTO that caused a data parsing error
This commit is contained in:
parent
4a3209267d
commit
ef3369be26
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import kotlinx.serialization.Serializable
|
|||
@Serializable
|
||||
data class HKRead(
|
||||
val reference: String,
|
||||
val note: String,
|
||||
val note: String?,
|
||||
val updated: Long,
|
||||
val created: Long,
|
||||
val status: String,
|
||||
|
|
Loading…
Reference in a new issue