website refactor
This commit is contained in:
@@ -12,7 +12,7 @@ import type {
|
||||
NotificationDeliveryResult
|
||||
} from '@core/notifications/application/ports/NotificationGateway';
|
||||
|
||||
export class NotificationGatewayRegistry implements INotificationGatewayRegistry {
|
||||
export class NotificationGatewayRegistry implements NotificationGatewayRegistry {
|
||||
private gateways: Map<NotificationChannel, NotificationGateway> = new Map();
|
||||
|
||||
constructor(initialGateways: NotificationGateway[] = []) {
|
||||
|
||||
Reference in New Issue
Block a user