diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-06-03 09:48:52 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-06-03 09:48:52 -0400 |
| commit | 346978d0b6e1a433b108358ff841a7ece938db7a (patch) | |
| tree | 4b6d5213c0c8116ab0fe82ae267528a3e9b5b20e /src/api | |
| parent | c47c78773aa4affbf47386ca9080604048ebeace (diff) | |
Rename ClientRequest struct to camelCase
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/clients.rs | 1 |
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, |
