From 4429aa380ae6e1fa52d096c344506fc43f174c93 Mon Sep 17 00:00:00 2001 From: aprilthepink Date: Sun, 21 Jul 2024 20:56:53 +0200 Subject: [PATCH] oopsie i was silly --- src/objects/person.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objects/person.rs b/src/objects/person.rs index 499ccd2..11c1b4b 100644 --- a/src/objects/person.rs +++ b/src/objects/person.rs @@ -110,6 +110,7 @@ pub struct EndpointType { } #[derive(Clone, Debug, Deserialize, Serialize)] +#[serde(rename_all = "camelCase")] pub struct IconType { #[serde(rename = "type")] pub type_: String, //Always "Image"