mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 23:52:36 +01:00
Fix IsUpdatesChannel missing from ToApi()
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Tgstation.Server.Host.Models
|
||||
DiscordChannelId = DiscordChannelId,
|
||||
IsAdminChannel = IsAdminChannel,
|
||||
IsWatchdogChannel = IsWatchdogChannel,
|
||||
IsUpdatesChannel = IsUpdatesChannel,
|
||||
IrcChannel = IrcChannel
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user