Nullify DreamMakerSettings

This commit is contained in:
Jordan Dominion
2023-12-18 16:24:09 -05:00
parent d169c21624
commit 2f9531ed9f
@@ -2,8 +2,6 @@
using Tgstation.Server.Api.Models.Response;
#nullable disable
namespace Tgstation.Server.Host.Models
{
/// <inheritdoc cref="Api.Models.Internal.DreamMakerSettings" />
@@ -23,7 +21,7 @@ namespace Tgstation.Server.Host.Models
/// The parent <see cref="Models.Instance"/>.
/// </summary>
[Required]
public Instance Instance { get; set; }
public Instance? Instance { get; set; }
/// <inheritdoc />
public DreamMakerResponse ToApi() => new DreamMakerResponse