wip
This commit is contained in:
@@ -18,7 +18,7 @@ export interface DiscordAdapterConfig {
|
||||
|
||||
export class DiscordNotificationAdapter implements INotificationGateway {
|
||||
private readonly channel: NotificationChannel = 'discord';
|
||||
private webhookUrl?: string;
|
||||
private webhookUrl: string | undefined;
|
||||
|
||||
constructor(config: DiscordAdapterConfig = {}) {
|
||||
this.webhookUrl = config.webhookUrl;
|
||||
|
||||
Reference in New Issue
Block a user