quitar url prueba

This commit is contained in:
bcastrogallardo 2025-07-17 14:03:47 -04:00
parent d228cf71dd
commit 4df7d90f05
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ namespace DAL
await connection.ExecuteAsync(sql, log);
return true;
}
catch (Exception ex)
catch (Exception)
{
return false;
}