mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Nullify TopicClientFactory
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user