minor tidyup

This commit is contained in:
Nick Payne
2025-07-29 10:14:49 +01:00
parent fd82e3d9d9
commit 71b0c45a5c
5 changed files with 9 additions and 30 deletions
-3
View File
@@ -7,9 +7,6 @@ public enum MessageType: String, Codable {
case streamStart = "stream_start"
case streamStop = "stream_stop"
// Audio data
case audio
// Logging
case info
case error