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")?,