Skip to content

Commit

Permalink
chore(/v1/finanzas/tasas/plazoFijo): remove Uala due to incorrect API…
Browse files Browse the repository at this point in the history
… values
  • Loading branch information
enzonotario committed Jan 20, 2025
1 parent 0c0ade8 commit ee91e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions datos/v1/finanzas/tasas/plazoFijo/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,5 @@
"tnaClientes": 0.33,
"tnaNoClientes": 0.34,
"enlace": "https://www.creditoregional.com.ar/solplazofijoweb.html"
},
{
"entidad": "UALA",
"logo": "https://icons.com.ar/icons/bancos-apps/uala.svg",
"tnaClientes": 0.33,
"tnaNoClientes": 0.33
}
]
]
3 changes: 1 addition & 2 deletions src/finanzas/extraccion/extraerPlazoFijo.esjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ importar { load } desde 'cheerio'
importar { format } desde 'date-fns'
importar axios desde 'axios'
importar { interpretarDecimalConComa } desde '@/utils/numeros.esjs'
importar { extraerUalaPlazoFijo } desde '@/finanzas/extraccion/extraerUala.esjs'

exportar asincrono funcion extraerPlazoFijo() {
intentar {
const tasas = [...(esperar obtenerRespuesta()), esperar extraerUalaPlazoFijo()]
const tasas = [...(esperar obtenerRespuesta())]

retornar tasas
} capturar (error) {
Expand Down

0 comments on commit ee91e85

Please sign in to comment.