From 20c4490eec9c41f17142692b95a7a1c331bcb1b1 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Wed, 31 Aug 2022 14:12:27 +0000 Subject: [PATCH] bug fixed --- src/compositions/betting/models.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositions/betting/models.rs b/src/compositions/betting/models.rs index dbd0407..b3cfccd 100644 --- a/src/compositions/betting/models.rs +++ b/src/compositions/betting/models.rs @@ -72,7 +72,7 @@ impl QueryableByName for BettingHistoryModel { vendor_name: row.get("akbh_vendor_name")?, game_id: row.get("akbh_game_id")?, game_name: row.get("akbh_game_name")?, - game_category: row.get("akbh_game_category ")?, + game_category: row.get("akbh_game_category")?, game_type: row.get("akbh_game_type")?, currency: row.get("akbh_currency")?, cash: row.get("akbh_cash")?,