mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-20 23:11:03 +00:00
refactor: rename_all camelCase
This commit is contained in:
parent
7e42d984f4
commit
c78a5f5258
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ use super::candidate_details::decrypt_if_exists;
|
|||
|
||||
/// Minimal candidate response containing database only not null fields
|
||||
#[derive(Debug, Serialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct NewCandidateResponse {
|
||||
pub application_id: i32,
|
||||
pub personal_id_number: String,
|
||||
|
|
|
|||
Loading…
Reference in a new issue