From 1319ca173697d6535432e7a6f7b0f8fb3f0908e6 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sun, 16 Apr 2023 22:50:51 +0200 Subject: [PATCH] use camel case --- src/api/schemas.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/schemas.rs b/src/api/schemas.rs index 5e86a33..df44cfc 100644 --- a/src/api/schemas.rs +++ b/src/api/schemas.rs @@ -131,9 +131,9 @@ pub mod schemas { front_page: Option, tos_page: Option, correspondence_email: Option, - correspondence_user_ID: Option, + correspondence_user_id: Option, image: Option, - instance_ID: Option, + instance_id: Option, } }