Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ABSOD authored Mar 20, 2024
1 parent bf157c7 commit f5a82b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/lodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(app, pg, conString) {
if(req.query.choice == 'place'){
var basequery = 'SELECT * FROM data.otm_county_place_sector ';
var geostring = 'work_cty = ' + geoarr + ' OR home_cty = ' + geoarr;
}
}
};
if(req.query.geo == 'place'){
if(req.query.choice == 'summary'){
Expand All @@ -51,5 +51,5 @@ module.exports = function(app, pg, conString) {

sendtodatabase(sqlstring);

}
})
}

0 comments on commit f5a82b1

Please sign in to comment.