Browse Source

Semicolon

Kenric Nugteren 1 year ago
parent
commit
7f35812b25
1 changed files with 1 additions and 1 deletions
  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}");
             }
         }