Skip to content

Commit

Permalink
fix: we normally use camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Nov 5, 2024
1 parent 030790f commit 6b4bc6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/importer/src/model/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ pub struct ImporterData {
}

#[derive(Clone, Debug, PartialEq, serde::Serialize, serde::Deserialize, ToSchema)]
#[serde(rename_all = "camelCase")]
pub struct Progress {
/// The current processed items.
pub current: u32,
Expand Down

0 comments on commit 6b4bc6b

Please sign in to comment.