|
@@ -137,7 +137,7 @@ async fn get_info(info: web::Path<AnyId>, ledger: web::Data<Ledger>) -> impl Res
|
|
|
false,
|
|
|
Filter {
|
|
|
accounts: vec![account_id],
|
|
|
- kind: vec![Type::Deposit, Type::Withdrawal, Type::Transaction],
|
|
|
+ typ: vec![Type::Deposit, Type::Withdrawal, Type::Transaction],
|
|
|
..Default::default()
|
|
|
},
|
|
|
),
|