Skip to content

Commit

Permalink
chore: remove duplicated stream
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosSpessatto committed Dec 8, 2023
1 parent 3348890 commit b7863c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core-services/src/events/Events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b7863c4

Please sign in to comment.