refactor: split runner env and slim dashboard facade
This commit is contained in:
@@ -91,7 +91,7 @@ function findDiscordChannel(channels: Channel[]): Channel | undefined {
|
||||
);
|
||||
}
|
||||
|
||||
async function purgeDashboardChannel(
|
||||
export async function purgeDashboardChannel(
|
||||
opts: Pick<UnifiedDashboardOptions, 'channels' | 'statusChannelId'>,
|
||||
): Promise<void> {
|
||||
if (!opts.statusChannelId) return;
|
||||
|
||||
Reference in New Issue
Block a user