Cesar Rodas 11 miesięcy temu
rodzic
commit
92ff02ec85
1 zmienionych plików z 1 dodań i 1 usunięć
  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()
             },
         ),