Fix Holidays Frontend

This commit is contained in:
2025-07-15 12:18:25 -03:00
parent e1e23f5315
commit 191a49977a
3 changed files with 124 additions and 111 deletions

View File

@@ -46,7 +46,7 @@ namespace Mercados.Infrastructure.DataFetchers
public async Task<(bool Success, string Message)> FetchDataAsync()
{
_logger.LogInformation("Iniciando actualización de feriados desde Finnhub.");
_logger.LogInformation("Iniciando actualización de feriados.");
var apiKey = _configuration["ApiKeys:Finnhub"];
if (string.IsNullOrEmpty(apiKey)) return (false, "API Key de Finnhub no configurada.");