Skip to content
Snippets Groups Projects
Commit 6ed17982 authored by Victor Picussa's avatar Victor Picussa
Browse files

[v1.13.0]Updated integral time

parent a226c872
No related branches found
No related tags found
1 merge request!254WIP: v1.13.0
Pipeline #23033 failed
......@@ -20,11 +20,11 @@ along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
module.exports = function integralTime(id) {
switch (id) {
case true:
return 'Sim';
case false:
case 0:
return 'Não';
default:
case 1:
return 'Sim';
case 2:
return 'Não se aplica (semi presencial e EaD)';
}
};
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