summaryrefslogtreecommitdiff
path: root/src/api/clients.rs
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-03 09:48:52 -0400
committermrw1593 <botahamec@outlook.com>2023-06-03 09:48:52 -0400
commit346978d0b6e1a433b108358ff841a7ece938db7a (patch)
tree4b6d5213c0c8116ab0fe82ae267528a3e9b5b20e /src/api/clients.rs
parentc47c78773aa4affbf47386ca9080604048ebeace (diff)
Rename ClientRequest struct to camelCase
Diffstat (limited to 'src/api/clients.rs')
-rw-r--r--src/api/clients.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/clients.rs b/src/api/clients.rs
index 44504eb..59869ba 100644
--- a/src/api/clients.rs
+++ b/src/api/clients.rs
@@ -96,6 +96,7 @@ async fn get_client_redirect_uris(
}
#[derive(Clone, Deserialize)]
+#[serde(rename_all = "camelCase")]
struct ClientRequest {
alias: Box<str>,
ty: ClientType,