website refactor
This commit is contained in:
@@ -107,7 +107,7 @@ export type MarkAllNotificationsReadErrorCode = 'REPOSITORY_ERROR';
|
||||
|
||||
export class MarkAllNotificationsReadUseCase {
|
||||
constructor(
|
||||
private readonly notificationRepository: INotificationRepository,
|
||||
private readonly notificationRepository: NotificationRepository,
|
||||
) {}
|
||||
|
||||
async execute(
|
||||
@@ -152,7 +152,7 @@ export type DismissNotificationErrorCode =
|
||||
|
||||
export class DismissNotificationUseCase {
|
||||
constructor(
|
||||
private readonly notificationRepository: INotificationRepository,
|
||||
private readonly notificationRepository: NotificationRepository,
|
||||
) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user