Skip to content
Snippets Groups Projects
Commit 6afbd379 authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

Merge branch 'development' into 'homologa'

dev -> hom

See merge request !493
parents 7f39abe4 3d4965b9
Branches
No related tags found
3 merge requests!501[hotfix] capital filter working for superior education conclusion tax...,!499[hotfix] capital filter working for superior education conclusion tax...,!493dev -> hom
...@@ -102,7 +102,7 @@ superiorEducationConclusionTaxApp.get('/new_pnad_adm_dependency', (req, res, nex ...@@ -102,7 +102,7 @@ superiorEducationConclusionTaxApp.get('/new_pnad_adm_dependency', (req, res, nex
superiorEducationConclusionTaxApp.get('/region', (req, res, next) => { superiorEducationConclusionTaxApp.get('/region', (req, res, next) => {
req.result = [] req.result = []
for (let i = 1; i < 6; i++) { for (let i = 1; i < 5; i++) {
req.result.push({ req.result.push({
id: i, name: id2str.regionCode(i) id: i, name: id2str.regionCode(i)
}); });
...@@ -247,7 +247,6 @@ superiorEducationConclusionTaxApp.get('/age_range_all', (req, res, next) => { ...@@ -247,7 +247,6 @@ superiorEducationConclusionTaxApp.get('/age_range_all', (req, res, next) => {
id: i, name: id2str.ageRangeAll(i) id: i, name: id2str.ageRangeAll(i)
}); });
} }
console.log(req.result);
next(); next();
}, response('age_range_all')); }, response('age_range_all'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment