From a424461d572e0525f3e5bcba4b92579983e470ab Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 16 Nov 2023 17:42:15 +0100 Subject: [PATCH] reset logReq x gomba --- IOB-WIN-NEXT/IobSoap/Gomba.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IOB-WIN-NEXT/IobSoap/Gomba.cs b/IOB-WIN-NEXT/IobSoap/Gomba.cs index 2f65bc25..a96e1336 100644 --- a/IOB-WIN-NEXT/IobSoap/Gomba.cs +++ b/IOB-WIN-NEXT/IobSoap/Gomba.cs @@ -177,6 +177,11 @@ namespace IOB_WIN_NEXT.IobSoap { outVal.Add(item.Key, $"{currVal}"); } + // se fosse logReq --> resetto... + if (item.Key == "logReq" && !string.IsNullOrEmpty(currVal)) + { + upsertKey(item.Key, ""); + } } }