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

[FIX] id2str function fixed in subroute '/modality_shift'

parent ad2a3230
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!390dev -> homologa,!389new_pnad -> dev
......@@ -218,8 +218,8 @@ PnadNovoApp.get('/modality_shift', (req, res, next) => {
id: i, name: id2str.modalityShift(i)
});
}
req.result.push({id: 9, name: id2str.modality(9)});
req.result.push({id: 99, name: id2str.modality(99)});
req.result.push({id: 9, name: id2str.modalityShift(9)});
req.result.push({id: 99, name: id2str.modalityShift(99)});
next();
}, response('modality_shift'));
......
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