Remove unnecessary RequiredAttributes

This commit is contained in:
Jordan Dominion
2023-10-21 00:16:48 -04:00
parent a6cb81902f
commit 6ab9fc51fc
@@ -1,5 +1,4 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Globalization;
using Tgstation.Server.Api.Models;
@@ -31,13 +30,11 @@ namespace Tgstation.Server.Host.Models
/// <summary>
/// The <see cref="DreamDaemonSecurity"/> level DreamDaemon was launched with.
/// </summary>
[Required]
public DreamDaemonSecurity LaunchSecurityLevel { get; set; }
/// <summary>
/// The <see cref="DreamDaemonVisibility"/> DreamDaemon was launched with.
/// </summary>
[Required]
public DreamDaemonVisibility LaunchVisibility { get; set; }
/// <summary>