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

Fix result in classroomCount

parent b4f93e67
No related branches found
No related tags found
No related merge requests found
......@@ -625,10 +625,7 @@ classroomCountApp.post('/', rqf.parse(), (req, res, next) => {
}
}
req.result = {
result: reduction || result,
leftovers
}
req.result = reduction || result;
next();
}, response('classroom_count'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment