林豪 左 hace 3 años
padre
commit
c0d448cbe1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      WCS.Core/LogHelper.cs

+ 1 - 1
WCS.Core/LogHelper.cs

@@ -11,7 +11,7 @@ namespace WCS.Core
     /// </summary>
     public static class Ltc
     {
-        private static ConcurrentDictionary<Thread, string> Channels = new ConcurrentDictionary<Thread, string>();
+        private static readonly ConcurrentDictionary<Thread, string> Channels = new();
 
         public static void SetChannel(string channel)
         {