Now will default to typed when OI is null for the Reactor

This commit is contained in:
2025-04-22 08:52:34 -07:00
parent e81ae34f8f
commit 46844029b1
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ public class Run
public string PartNo { get; set; }
[JsonPropertyName("reactor")]
public int Reactor { get; set; }
public int? Reactor { get; set; }
[JsonPropertyName("ps_no")]
public string PSN { get; set; }