Skip to content

Commit

Permalink
Merge pull request #4956 from PatrickGoRaft/deployment-updates-2
Browse files Browse the repository at this point in the history
Deployment updates 2
  • Loading branch information
PatrickGoRaft authored Dec 20, 2024
2 parents cf8c465 + 4aceef6 commit 11a926a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ object LarConverter {
case 2022 => countyLoanLimitsByCounty2022
case 2023 => countyLoanLimitsByCounty2023
case 2024 => countyLoanLimitsByCounty2024

case 2025 => countyLoanLimitsByCounty2024
}
}

Expand All @@ -258,7 +258,7 @@ object LarConverter {
case 2022 => countyLoanLimitsByState2022
case 2023 => countyLoanLimitsByState2023
case 2024 => countyLoanLimitsByState2024

case 2025 => countyLoanLimitsByState2024
}
}

Expand All @@ -271,6 +271,7 @@ object LarConverter {
case 2022 => overallLoanLimit2022
case 2023 => overallLoanLimit2023
case 2024 => overallLoanLimit2024
case 2025 => overallLoanLimit2024
}
}

Expand Down

0 comments on commit 11a926a

Please sign in to comment.