From b7863c4a2e7d98f73bee9157cdc394d6d553a43f Mon Sep 17 00:00:00 2001 From: Marcos Defendi Date: Fri, 8 Dec 2023 16:30:45 -0300 Subject: [PATCH] chore: remove duplicated stream --- packages/core-services/src/events/Events.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core-services/src/events/Events.ts b/packages/core-services/src/events/Events.ts index b01d87301ccb3..e5de3a7f06812 100644 --- a/packages/core-services/src/events/Events.ts +++ b/packages/core-services/src/events/Events.ts @@ -92,7 +92,6 @@ export type EventSignatures = { }, ): void; 'notify.deleteCustomSound'(data: { soundData: ICustomSound }): void; - 'notify.deleteCustomSound'(data: { soundData: ICustomSound }): void; 'notify.updateCustomSound'(data: { soundData: ICustomSound }): void; 'notify.calendar'(uid: string, data: ICalendarNotification): void; 'permission.changed'(data: { clientAction: ClientAction; data: any }): void;