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, ""); + } } }