Skip to content
Snippets Groups Projects
Commit 6c2c2fd0 authored by jpko19's avatar jpko19
Browse files

Fix pee indicator

parent 080fb67c
Branches
Tags
3 merge requests!329Update enrollment - new filters,!324Dev,!309Merge new updates into master
......@@ -242,8 +242,8 @@ enrollmentApp.get('/special_class', (req, res, next) => {
enrollmentApp.get('/pee', (req, res, next) => {
req.result = [
{id: null, name: 'Não Declarado'},
{id: 0, name: 'Não'},
{id: 1, name: 'Sim'}
{id: false, name: 'Não'},
{id: true, name: 'Sim'}
];
next();
}, response('pee'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment