Skip to content
Snippets Groups Projects
Commit 70132f6e authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

routes/charts.js: Fix missing parameter region

parent 770a43db
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ exports.get_data = function(req, res) {
},
{
type: 'avail_sub_cities', file: 'queries/tlbr/avail/sub_cities.sql'
, params: [ req.params.state ]
, params: [ req.params.region, req.params.state ]
},
{
type: 'avail_sub_telecenters', file: 'queries/tlbr/avail/sub_telecenters.sql'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment