Mark TestMerge.PrimaryRevisionInformation as required

This commit is contained in:
Cyberboss
2018-09-18 15:28:46 -04:00
parent 4b84e1f48e
commit ff1a4d5f26
@@ -15,6 +15,7 @@ namespace Tgstation.Server.Host.Models
/// <summary>
/// The initial <see cref="RevisionInformation"/> the <see cref="TestMerge"/> was merged with
/// </summary>
[Required]
public RevisionInformation PrimaryRevisionInformation { get; set; }
/// <summary>