소스 검색

minor change

Cesar Rodas 11 달 전
부모
커밋
92ff02ec85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
             },
         ),