mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Nullify RepositorySettings
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
using Tgstation.Server.Api.Models.Response;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.Models
|
||||
{
|
||||
/// <inheritdoc cref="Api.Models.Internal.RepositorySettings" />
|
||||
@@ -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 RepositoryResponse ToApi() => new RepositoryResponse
|
||||
|
||||
Reference in New Issue
Block a user