Skip to content
Snippets Groups Projects

dev -> homologa

Merged Fernando Gbur dos Santos requested to merge development into homologa
2 files
+ 33
18
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
*/
*/
module.exports = function ageRange(id) {
module.exports = function ageRangeAll(id) {
switch (id) {
switch (id) {
case 1:
case 1:
return '0 a 3 anos';
return '0 a 3 anos';
Loading