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