This commit is contained in:
Luiz Silva 2025-09-26 09:26:10 -03:00
parent 6df27ff3b0
commit 7dd417a9fb
4 changed files with 4 additions and 4 deletions

View file

@ -130,7 +130,7 @@ export class TipagemRotas<T extends { [q: string]: any }> {
try {
queryObj[chave] = JSON.parse(queryObj[chave])
} catch {
console.log(`[${queryObj[chave]}] não é um json válido.`)
console.log(`[${chave}|${queryObj[chave]}] não é um json válido.`)
}
}