From 0f394dbc45774c278d86b94ff9edc2c9c34548ee Mon Sep 17 00:00:00 2001 From: fedpo Date: Thu, 15 Aug 2024 04:02:30 +0100 Subject: [PATCH] refactor: eliminada variable sin usar --- Controladora/ControladoraInformes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controladora/ControladoraInformes.cs b/Controladora/ControladoraInformes.cs index c752d9e..2bb4401 100644 --- a/Controladora/ControladoraInformes.cs +++ b/Controladora/ControladoraInformes.cs @@ -21,7 +21,7 @@ namespace Controladora File.WriteAllText(configpath, json); InformeEmail.Instance.Informar = config.Informar; } - catch (IOException ex) { throw; } + catch (IOException) { throw; } } public string EnviarEmail(string titulo, List detalles) {