Skip to content

Commit 0fdf5d3

Browse files
authored
Update yearsAvailable to include 2026
1 parent 0ddcfae commit 0fdf5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

institutions-api/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hmda {
2020
createSchema = false
2121
createSchema = ${?INSTITUTION_PG_CREATE_SCHEMA}
2222
timeout = 3
23-
yearsAvailable = "2018,2019,2020,2021,2022,2023,2024,2025"
23+
yearsAvailable = "2018,2019,2020,2021,2022,2023,2024,2025,2026"
2424
defaultYear = "2024"
2525
defaultYear = ${?INSTITUTION_DEFAULT_YEAR}
2626
http {

0 commit comments

Comments
 (0)