Silence VS message about a new() expression

This commit is contained in:
Jordan Dominion
2023-10-29 16:23:29 -04:00
parent fd44b61a24
commit 6dbf357b8a
@@ -352,7 +352,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
dbChannel,
new List<ChannelRepresentation>
{
new ChannelRepresentation
new ()
{
RealId = id.Value,
IsAdminChannel = dbChannel.IsAdminChannel == true,