diff --git a/src/Tgstation.Server.Host/Models/ReattachInformation.cs b/src/Tgstation.Server.Host/Models/ReattachInformation.cs
index 80137b5004..9454e4acf6 100644
--- a/src/Tgstation.Server.Host/Models/ReattachInformation.cs
+++ b/src/Tgstation.Server.Host/Models/ReattachInformation.cs
@@ -1,7 +1,5 @@
using System.ComponentModel.DataAnnotations;
-#nullable disable
-
namespace Tgstation.Server.Host.Models
{
///
@@ -13,7 +11,7 @@ namespace Tgstation.Server.Host.Models
/// The for the .
///
[Required]
- public CompileJob CompileJob { get; set; }
+ public CompileJob? CompileJob { get; set; }
///
/// The of .
@@ -23,7 +21,7 @@ namespace Tgstation.Server.Host.Models
///
/// The the server was initially launched with in the case of Windows.
///
- public CompileJob InitialCompileJob { get; set; }
+ public CompileJob? InitialCompileJob { get; set; }
///
/// The of .