Skip to content

Commit 127c4d0

Browse files
fix: add serializable to process info dto
1 parent 5d22418 commit 127c4d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/application/presenter/api/process/SurgicalProcessDto.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ fun SurgicalProcessDto.toSurgicalProcess() = SurgicalProcess(
6969
)
7070

7171
/** The Dto for the [state] and [step] information of a [SurgicalProcess]. */
72+
@Serializable
7273
data class ProcessStateInfoDto(
7374
val state: String,
7475
val step: String,

0 commit comments

Comments
 (0)