Cesar Rodas vor 11 Monaten
Ursprung
Commit
92ff02ec85
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main.rs

+ 1 - 1
src/main.rs

@@ -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()
             },
         ),