Skip to content

Commit

Permalink
chore(banks/chase): disable safety check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Nov 15, 2024
1 parent d6deeb7 commit 146243a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/monopoly/banks/chase/chase.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Chase(BankBase):
transaction_pattern=CreditTransactionPatterns.CHASE,
multiline_transactions=True,
transaction_auto_polarity=False,
safety_check=False,
)

identifiers = [
Expand Down

0 comments on commit 146243a

Please sign in to comment.