diff --git a/src/ReC.Application/Results/Commands/InsertResultCommand.cs b/src/ReC.Application/Results/Commands/InsertResultCommand.cs index 4a47e02..41631d7 100644 --- a/src/ReC.Application/Results/Commands/InsertResultCommand.cs +++ b/src/ReC.Application/Results/Commands/InsertResultCommand.cs @@ -11,7 +11,7 @@ public record InsertResultCommand : IInsertProcedure public required RecStatus Status { get; set; } public string? Header { get; set; } public string? Body { get; set; } - public short? Info { get; set; } + public short Info { get; set; } public string? InfoDetail { get; set; } public string? Error { get; set; } public required ResultType Type { get; set; }