build
This commit is contained in:
parent
6df27ff3b0
commit
7dd417a9fb
4 changed files with 4 additions and 4 deletions
|
|
@ -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.`)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue