Kenric Nugteren 1 vuosi sitten
vanhempi
commit
7f35812b25
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      prs.shared/Database Update Scripts/Update_7_34.cs

+ 1 - 1
prs.shared/Database Update Scripts/Update_7_34.cs

@@ -337,7 +337,7 @@ namespace PRS.Shared
             }
             else
             {
-                throw new Exception($"Unhandled variable type {fieldType}")
+                throw new Exception($"Unhandled variable type {fieldType}");
             }
         }