Skip to content
Snippets Groups Projects
Commit 92433fa2 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Fix filter

parent 749eab1d
No related branches found
No related tags found
No related merge requests found
Pipeline #17818 failed
......@@ -94,7 +94,7 @@ transportApp.get('/education_level_basic', (req, res, next) => {
{id: 7, name: 'Turmas multiseriadas e multietapas'},
{id: 8, name: 'EJA - Ensino Fundamental'},
{id: 9, name: 'EJA - Ensino Médio'},
{id: 10, name: 'Educação Profissional,
{id: 10, name: 'Educação Profissional'}
];
next();
}, response('education_level_basic'));
......
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