瀏覽代碼

minor change

Cesar Rodas 10 月之前
父節點
當前提交
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()
             },
         ),