refactor: change amount to f32

This commit is contained in:
2025-03-05 21:55:22 +00:00
parent e6c40e5d7b
commit 36ba1f836a
5 changed files with 6 additions and 4 deletions

View File

@ -102,7 +102,7 @@ impl Default for MockDb {
id: 1,
name: "mock".to_string(),
created: Utc::now(),
amount: 1,
amount: 1f32,
currency: "EUR".to_string(),
interval_amount: 1,
interval_type: VmCostPlanIntervalType::Month,