Skip to content

Commit

Permalink
fix(mizrahi): allow transactions without yitra (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
BackSlasher authored Aug 10, 2023
1 parent bc841a6 commit 64165bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scrapers/mizrahi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class MizrahiScraper extends BaseScraperWithBrowser<ScraperSpecificCredentials>
return {
accountNumber,
txns: allTxn,
balance: +response.body.fields.Yitra,
balance: +response.body.fields?.Yitra,
};
}
}
Expand Down

0 comments on commit 64165bc

Please sign in to comment.