This commit is contained in:
Andrei Vereha 2021-05-01 19:28:01 +02:00
parent 9e770601f3
commit 24e5223ad1

View file

@ -66,5 +66,5 @@ sealed class PodEvent {
}
}
data class CommandConfirmed(val historyId: String, success: Boolean) : PodEvent()
data class CommandConfirmed(val historyId: String, val success: Boolean) : PodEvent()
}