Skip to content

Commit

Permalink
2023
Browse files Browse the repository at this point in the history
  • Loading branch information
TBleess authored Oct 26, 2024
1 parent eac3264 commit c8d09bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/muni_pop_housing.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function(app, pg, conString) {
if (!req.query.year) {
res.send('please specify a year (or comma separated list of years)');
} else {
yeardomain = ["2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022"];
yeardomain = ["2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023"];
//create array of years
year = (req.query.year).split(",");
//validate year input
Expand Down

0 comments on commit c8d09bf

Please sign in to comment.