fix typo
This commit is contained in:
parent
127a1320a8
commit
dfc8a09f44
2 changed files with 3 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ export type NoteUpdatedEvent = {
|
|||
};
|
||||
};
|
||||
|
||||
export type BroadcasrEvents = {
|
||||
export type BroadcastEvents = {
|
||||
noteUpdated: (payload: NoteUpdatedEvent) => void;
|
||||
emojiAdded: (payload: {
|
||||
emoji: CustomEmoji;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue