build
This commit is contained in:
parent
6df27ff3b0
commit
7dd417a9fb
4 changed files with 4 additions and 4 deletions
|
|
@ -106,7 +106,7 @@ class TipagemRotas {
|
|||
try {
|
||||
queryObj[chave] = JSON.parse(queryObj[chave]);
|
||||
} catch {
|
||||
console.log(`[${queryObj[chave]}] n\xE3o \xE9 um json v\xE1lido.`);
|
||||
console.log(`[${chave}|${queryObj[chave]}] n\xE3o \xE9 um json v\xE1lido.`);
|
||||
}
|
||||
}
|
||||
return queryObj;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.236.0",
|
||||
"version": "0.237.0",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
|
|||
|
|
@ -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