Fix server error messages

This commit is contained in:
DecDuck
2025-11-30 23:12:16 +11:00
parent 28d7a741c1
commit f41df6531c
6 changed files with 21 additions and 12 deletions
+1
View File
@@ -4,6 +4,7 @@ use serde::{Deserialize, Serialize};
pub enum Platform {
Windows,
Linux,
#[allow(non_camel_case_types)]
macOS,
}