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

[ADD] Adding the i variable

parent 4292ec64
No related branches found
No related tags found
3 merge requests!449Homologa,!444dev -> hom,!441Years of study mean
......@@ -516,7 +516,7 @@ PnadNovoApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
let teste = "pnad_novo.ano_ref = media.ano_ref"
if (req.dims) {
for (i in req.dims) {
for (let i in req.dims) {
teste += ` and pnad_novo.${i.table} = media.${i.tableField}`
}
}
......
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