TYpo cleanup
This commit is contained in:
@@ -4,7 +4,6 @@ using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text.Json;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace IOB_UT_NEXT
|
||||
@@ -39,7 +38,7 @@ namespace IOB_UT_NEXT
|
||||
{
|
||||
parsed = JsonConvert.DeserializeObject<Dictionary<string, CallStats>>(json.ToString());
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch //(Exception ex)
|
||||
{
|
||||
// Log: dati Redis corrotti o schema incompatibile. Si ignora per sicurezza.
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user