Fix IsUpdatesChannel missing from ToApi()

This commit is contained in:
Jordan Brown
2018-09-08 11:53:46 -04:00
parent 1beb825600
commit ea066c2612
@@ -29,6 +29,7 @@ namespace Tgstation.Server.Host.Models
DiscordChannelId = DiscordChannelId,
IsAdminChannel = IsAdminChannel,
IsWatchdogChannel = IsWatchdogChannel,
IsUpdatesChannel = IsUpdatesChannel,
IrcChannel = IrcChannel
};
}