refactor: eliminada variable sin usar

This commit is contained in:
fedpo
2024-08-15 04:02:30 +01:00
parent dfb53b3302
commit 0f394dbc45

View File

@@ -21,7 +21,7 @@ namespace Controladora
File.WriteAllText(configpath, json); File.WriteAllText(configpath, json);
InformeEmail.Instance.Informar = config.Informar; InformeEmail.Instance.Informar = config.Informar;
} }
catch (IOException ex) { throw; } catch (IOException) { throw; }
} }
public string EnviarEmail(string titulo, List<DetalleFactura> detalles) public string EnviarEmail(string titulo, List<DetalleFactura> detalles)
{ {