Skip to content
Snippets Groups Projects

dev -> homologa

Merged Fernando Gbur dos Santos requested to merge development into homologa
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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/>.
*/
module.exports = function ageRange(id) {
module.exports = function ageRangeAll(id) {
switch (id) {
case 1:
return '0 a 3 anos';
Loading