This commit is contained in:
Luiz Silva 2025-09-26 09:20:53 -03:00
parent 351a0e33fb
commit 3e9aa7eeb4
3 changed files with 8 additions and 1 deletions

View file

@ -106,6 +106,7 @@ class TipagemRotas {
try {
queryObj[chave] = JSON.parse(queryObj[chave]);
} catch {
console.log(`[${queryObj[chave]}] n\xE3o \xE9 um json v\xE1lido.`);
}
}
return queryObj;