Skip to content
Snippets Groups Projects

Development

2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -30,5 +30,7 @@ module.exports = function regionCode(id) {
@@ -30,5 +30,7 @@ module.exports = function regionCode(id) {
return 'Sul'
return 'Sul'
case 5:
case 5:
return 'Centro-Oeste';
return 'Centro-Oeste';
 
case 6:
 
return 'Exterior/Curso à distância';
}
}
};
};
Loading