From dfc8a09f445f8b082c8d93910b6f1c113d413861 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 10 Jul 2021 23:20:56 +0900 Subject: fix typo --- src/streaming.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/streaming.types.ts') diff --git a/src/streaming.types.ts b/src/streaming.types.ts index 46d7573663..52f8405774 100644 --- a/src/streaming.types.ts +++ b/src/streaming.types.ts @@ -126,7 +126,7 @@ export type NoteUpdatedEvent = { }; }; -export type BroadcasrEvents = { +export type BroadcastEvents = { noteUpdated: (payload: NoteUpdatedEvent) => void; emojiAdded: (payload: { emoji: CustomEmoji; -- cgit v1.2.3-freya