remoção de debugger
This commit is contained in:
parent
f2294a333f
commit
09c5ec676d
4 changed files with 1 additions and 4 deletions
|
|
@ -4,7 +4,6 @@ import { cacheAuDrive } from "./plugins/node-cache";
|
|||
import { uuidV3 } from "./plugins/uuid";
|
||||
export const tx_vinculos__listar = "vinculos__listar";
|
||||
export const listarVinculos = async ({ token, url_api_autenticacao, desativarCache, }) => {
|
||||
debugger;
|
||||
const chaveCache = uuidV3({ token, url_api_autenticacao });
|
||||
// Buscar promeiro no cache
|
||||
if (!desativarCache) {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ const node_cache_1 = require("./plugins/node-cache");
|
|||
const uuid_1 = require("./plugins/uuid");
|
||||
exports.tx_vinculos__listar = "vinculos__listar";
|
||||
const listarVinculos = async ({ token, url_api_autenticacao, desativarCache, }) => {
|
||||
debugger;
|
||||
const chaveCache = (0, uuid_1.uuidV3)({ token, url_api_autenticacao });
|
||||
// Buscar promeiro no cache
|
||||
if (!desativarCache) {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-autenticacao-drive",
|
||||
"version": "1.25.0",
|
||||
"version": "1.26.0",
|
||||
"description": "",
|
||||
"main": "src/index.ts",
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ export const listarVinculos = async ({
|
|||
/** por padrão será 10 segundos */
|
||||
desativarCache?: boolean
|
||||
}): Promise<tipoResposta<tipo_retorno_vinculo_listas[]>> => {
|
||||
debugger
|
||||
const chaveCache = uuidV3({ token, url_api_autenticacao })
|
||||
|
||||
// Buscar promeiro no cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue