Skip to content

Commit

Permalink
fix: use i32 instead of i64
Browse files Browse the repository at this point in the history
Signed-off-by: Hanadi92 <[email protected]>
  • Loading branch information
hanadi92 committed Jan 20, 2024
1 parent 0a0c161 commit 7e868d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background_updates/status/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct CurrentUpdate {
pub name: String,

/// Total number of processed "items"
pub total_item_count: i64,
pub total_item_count: i32,

/// Runtime of background process, not including sleeping time
pub total_duration_ms: f64,
Expand Down

0 comments on commit 7e868d3

Please sign in to comment.