Skip to content
Snippets Groups Projects

Merge new updates into master

7 files
+ 36
21
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -21,7 +21,7 @@ along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
module.exports = function contractType(id) {
switch (id) {
case 1:
return 'Concursado/Efetivo/Estável';
return 'Concursado/ Efetivo/ Estável';
case 2:
return 'Contrato temporário';
case 3:
Loading