Skip to content

Commit

Permalink
collaborative updates from the HMDA Dev team to resolve CVEs and plat…
Browse files Browse the repository at this point in the history
…form bugs
  • Loading branch information
PatrickGoRaft committed Dec 9, 2024
1 parent 4413bc1 commit d064296
Show file tree
Hide file tree
Showing 3 changed files with 671 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ private def getOverallLoanLimit(year: Int) = {
case 2020 => overallLoanLimit2020
case 2021 => overallLoanLimit2021
case 2022 => overallLoanLimit2022
case 2023 => overallLoanLimit2023
case 2024 => overallLoanLimit2024
case 2025 => overallLoanLimit2025

Expand Down
Loading

0 comments on commit d064296

Please sign in to comment.