Skip to content
Snippets Groups Projects
Commit abff7df5 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Fix small typo

parent 4682b251
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!34Db simcaq dev2
Pipeline #
...@@ -260,7 +260,7 @@ spatialApp.get('/sociodemographic', rqf.parse(), rqf.build(), (req, res, next) = ...@@ -260,7 +260,7 @@ spatialApp.get('/sociodemographic', rqf.parse(), rqf.build(), (req, res, next) =
}); });
}, response('spatial')); }, response('spatial'));
spatialApp.get('/educational', req.parse(), rqf.build(), (req, res, next) => { spatialApp.get('/educational', rqf.parse(), rqf.build(), (req, res, next) => {
const censusYearQry = squel.select() const censusYearQry = squel.select()
.field('MAX(escola.ano_censo)', 'ano_censo') .field('MAX(escola.ano_censo)', 'ano_censo')
.from('escola') .from('escola')
......
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