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

Add fixme

parent d3832cbc
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -447,6 +447,7 @@ classroomCountApp.post('/', rqf.parse(), (req, res, next) => {
currentLocation.education_level = [...cityLocation.education_level];
} else {
let l = 0;
// FIXME: erros ao agregar brasil nas regiões 3 e 4
while(l < cityLocation.education_level.length) {
let cityEducation = cityLocation.education_level[l];
let m = 0;
......
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