Fix server error messages

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