Nullify TopicClientFactory

This commit is contained in:
Jordan Dominion
2023-12-23 22:08:56 -05:00
parent 071de7b466
commit 3c62327d1d
@@ -4,8 +4,6 @@ using Byond.TopicSender;
using Microsoft.Extensions.Logging;
#nullable disable
namespace Tgstation.Server.Host.Components.Session
{
/// <inheritdoc />
@@ -14,7 +12,7 @@ namespace Tgstation.Server.Host.Components.Session
/// <summary>
/// The <see cref="ILogger"/> for created <see cref="ITopicClient"/>s.
/// </summary>
readonly ILogger<TopicClient> logger;
readonly ILogger<TopicClient>? logger;
/// <summary>
/// Initializes a new instance of the <see cref="TopicClientFactory"/> class.